I've got this handy bit of code (I think it is one of Norman's)
i'd like to be able to send the product details in the email and not just the page.....can anyone amend the code for me?
------------------------------------------------<Enter e-mail address to tell a friend <input type=text value="" size=40 onchange="var thisloc=location.href;if(this.value != ''){location.href='mailto:' + this.value +'?subject=Take a look at '+thisloc+'&body=I saw '+thisloc+' and thought you would be interested.'}"><input type=button value="OK">---------------
i'd like to be able to send the product details in the email and not just the page.....can anyone amend the code for me?
------------------------------------------------<Enter e-mail address to tell a friend <input type=text value="" size=40 onchange="var thisloc=location.href;if(this.value != ''){location.href='mailto:' + this.value +'?subject=Take a look at '+thisloc+'&body=I saw '+thisloc+' and thought you would be interested.'}"><input type=button value="OK">---------------
Comment