I am trying to add an "email this page to a friend" using FormMail.
The one piece of the puzzle I am currently missing is how to make the current page url copy itself into one of the form fields.
Thanks
then do this:
<script>
function FillFrm()
{
document.formName.URLField.value="URL Here"
}
</script>
<a href="javascript:FillFrm()">Mail to friend</a>
formName - Form Name
URLField - Where the valu has to go...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.