Answer Posted / 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 |
Post New Answer View All Answers
What is deprecated in html5?
What is application cache in HTML5?
What is content in html?
How do you insert a comment in HTML?
Does hr need a closing tag?
What is innertext and outertext in html?
How long does it take to learn html?
What is the current version of edge?
What is dhtml?
What is html5 and what is it used for?
Is br or br bigger?
what is the ? Is it necessary to use in html5
Why td is used in html?
Is it possible to have multiple actions in a same form?
What happens if there is no text between the tags? Does this affect the display of the html file?