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 the advantage of collapsing white space?
Explain some of the common lists to design a web page.
What is use of a tag?
Is the br tag deprecated?
What is marquee?
What is the relation between xhtml and the web?
How to create and access sessionstorage object in html?
How do I get a so-and-so character in my HTML?
How do you make comments without text being picked up by the browser?
Why does not table width=100% use the full browser width?
What are the new <input> types for form validation in html5?
Explain list elements in html.