I'm working on a WSS Intranet. The contact info at the bottom of each
page has an email link. I can do this;
<a href="mailto:email@...?subject=Enter Subject Here">
I would like to include the page URL from which the email was sent with
this link, so I know what page they're referring to.
Any ideas? I'm not a programmer, so please take it easy on me