Click to See Complete Forum and Search --> : title page via email?


tino01
09-03-2003, 04:02 AM
I'm looking for a tag which sends me the title page via email.

I would use this for certain product pages.

Let's say the customer is on page "product01.html", when he clicks on 'email-contact' he should send me a message with the page name (product01.html) in the subject or body.
Is this possible? Or can this be done with Java

thanks a lot

requestcode
09-03-2003, 07:11 AM
You can get the title of the page using "document.title", but not sure how your email is being constructed so I can give you an example of how to incorporate it into your email.