MarkRobinson
Programmer
This works on my site:
document.location.href = "mailto:?subject=You'll like this page on HandicappedPets.com&body=It's at: "+ window.document.location.href
Until I get to this page:
which gets processed as:
I assume the & sign in the address is bothering it. Is there a workaround?
document.location.href = "mailto:?subject=You'll like this page on HandicappedPets.com&body=It's at: "+ window.document.location.href
Until I get to this page:
which gets processed as:
I assume the & sign in the address is bothering it. Is there a workaround?