How do I get my visitor's e-mail addresses?
Answer / guest
You can't. Although each request for a document is usually
logged with the name or address of the remote host, the
actual username is almost never logged as well. This is
mostly because of performance reasons, as it would require
that the server uses the ident protocol to see who is on the
other end. This takes time. And if a cache proxy is doing
the request, you don't get anything sensible.
In Netscape 2.0, it was possible to automatically submit a
form with a mailto as action, using Javascript. This would
send e-mail to the document's owner, with the address the
visitor configured in the From line. Of course, that can be
"mickey.mouse@disney.com". This is fixed in Netscape 2.01.
The most reliable way is to put up a form, asking the
visitor to fill in his e-mail address. If you offer him
something in return, he will most likely do it.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to redirect using HTML?
How we can display our web page icon in browser using html?
will u accepet a lower position for the time being?
Does a hyperlink only apply to text?
How do you add a template to html?
Why meta tags are used in html?
What are the limitations when serving XHTML pages?
Write a program to include the custom button with the form
What are the versions of html?
What is vml code?
How can you define dtd in xhtml?
What is style in html?