Hi,
I searched the archives and found this script,
Tell a friend - enter their e-mail address here
<input type=text value="" size=40 onchange="
var thisloc=location.href + '#[PRODUCTANCHOR]';
if (this.value != '') {
location.href='mailto:' + this.value +'?subject=Take%20a%20look%20at%20[PRODUCTNAME]&body=I%20saw%20' + thisloc + '%20and%20thought%20you%20would%20be%20interested.'
}
">
<input type=button value="OK">
I would like to use it at the bottom of a text only fragment, so I can have it on any page I wish but not on others. I tried it in between !!< >!! html quotes it sort off half works but not properly. I presume it needs to go into the template, how do I do this (not too technical an answer please)
I searched the archives and found this script,
Tell a friend - enter their e-mail address here
<input type=text value="" size=40 onchange="
var thisloc=location.href + '#[PRODUCTANCHOR]';
if (this.value != '') {
location.href='mailto:' + this.value +'?subject=Take%20a%20look%20at%20[PRODUCTNAME]&body=I%20saw%20' + thisloc + '%20and%20thought%20you%20would%20be%20interested.'
}
">
<input type=button value="OK">
I would like to use it at the bottom of a text only fragment, so I can have it on any page I wish but not on others. I tried it in between !!< >!! html quotes it sort off half works but not properly. I presume it needs to go into the template, how do I do this (not too technical an answer please)
Comment