Announcement

Collapse
No announcement yet.

email product id

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    email product id

    so has there been ony progress on this since July? If about to impliment something like this on my v7 site.

    I was also thinking of sending the mail directly from the site rather than relying on the users email clinet. Or would this the to risky?

    #2
    I have added it to the knowledge base here

    http://knowledge.actinic.com/users/k...ut.html#aKB376

    Comment


      #3
      How easy would this be though to replace with a single clickable image?

      Comment


        #4
        I don't know. I guess the code would be...

        <a href="#" onclick="
        var thisloc=location.href + '#NETQUOTEVAR:PRODUCTANCHOR';
        {
        location.href='mailto:?subject=Take%20a%20look%20at%20NETQUOTEVAR:PRODUCTNAME&body=I%20saw%20' + thisloc + '%20and%20thought%20you%20would%20be%20interested.'
        }
        "><img src="email_a_friend.gif" border="0"></a>

        Comment

        Working...
        X