Forum Moderators: open
Is there a variable that can be used, or do I have to use php to insert it?
Otherwise a simple document.write would work:
<script type="text/javascript">
var link = '<a href="mailto:your_email@?subject=Question\%20From\%20' +
document.location + '">Questions?<\/a>';
document.write(link);
</script>
I changed the document variable to title to get the title of the page and it works beautifully, mucho gracias.