G
Guest
How can insert an image into this code to make a tell a friend link thats looks decent
I have an image i'd like to use but i can't figure out how to get rid of the image it creates
Any help would be much appreciated
<script language=javascript>function tellfriend(){yourname=escape(prompt('What is your name?',''));friendname=escape(prompt('What is your friend\'s name?',''));friendemail=escape(prompt('What is your friend\'s email address?',''));tafarea.innerHTML = '<a name=taflink href="mailto:' + friendemail + '?subject=Hey%20' + friendname + ',%20check this out!&body=Hey%20' + friendname + ',%0A%0AI%20just%20found%20the%20most%20amazing%20web%20site!%20%20It\'s%20called \'Northern%20Michigan%20Update.Com\'.%0A%0ACheck%20it%20out%20here:%0Ahttp%3A//www.northernmichiganupdate.com%0A%0AYour Friend,%0A'+yourname+'"></a>'; taflink.click();}</script><form><input type=button value="Tell A Friend" onclick=tellfriend();></form><div id=tafarea></div
This works really nice but hate the button it gives you 8(
I have an image i'd like to use but i can't figure out how to get rid of the image it creates
Any help would be much appreciated
<script language=javascript>function tellfriend(){yourname=escape(prompt('What is your name?',''));friendname=escape(prompt('What is your friend\'s name?',''));friendemail=escape(prompt('What is your friend\'s email address?',''));tafarea.innerHTML = '<a name=taflink href="mailto:' + friendemail + '?subject=Hey%20' + friendname + ',%20check this out!&body=Hey%20' + friendname + ',%0A%0AI%20just%20found%20the%20most%20amazing%20web%20site!%20%20It\'s%20called \'Northern%20Michigan%20Update.Com\'.%0A%0ACheck%20it%20out%20here:%0Ahttp%3A//www.northernmichiganupdate.com%0A%0AYour Friend,%0A'+yourname+'"></a>'; taflink.click();}</script><form><input type=button value="Tell A Friend" onclick=tellfriend();></form><div id=tafarea></div
This works really nice but hate the button it gives you 8(