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 |
What is meta tags? Why it is used?
What is an image tag?
Explain what is the use of localstorage in html5?
Why doctype is important in html?
You want only a vertical scrollbar and no horizontal scrollbar on your page. How would you do it?
Is it better to use iframe?
Why does not table width=100% use the full browser width?
What is a html5 tag?
What is the xhtml?
What is onclick in html?
What exactly is a website?
What do you mean by session storage in HTML5?