I tried the search and looked a bit on the web but couldn't find anything satisfying out there.
What would you suggest as the best way to allow the user to send the current page to someone as an HTML email file? Granted lots of people cannot view HTML formatted emails, but I want the option anyway.
I want the user to be on a page and have a link they can click that will prompt them for the address to send the page to. Then when they click send, I want to retrieve the page they were on, and send it as the body of the email. I know how to send an email using ASP, and I know how to set it to send as HTML, but I can't figure out the best way to grab the page they were on, and then insert that page into the body of the email. I will also have to parse the page before inserting it, to replace all relative link & image paths with absolute paths.
Anyone have any good ideas on how to go about this?
What would you suggest as the best way to allow the user to send the current page to someone as an HTML email file? Granted lots of people cannot view HTML formatted emails, but I want the option anyway.
I want the user to be on a page and have a link they can click that will prompt them for the address to send the page to. Then when they click send, I want to retrieve the page they were on, and send it as the body of the email. I know how to send an email using ASP, and I know how to set it to send as HTML, but I can't figure out the best way to grab the page they were on, and then insert that page into the body of the email. I will also have to parse the page before inserting it, to replace all relative link & image paths with absolute paths.
Anyone have any good ideas on how to go about this?