Answer Posted / guest
In HTML, this is impossible. Going "back" means that you go
to the previous page in your history. You might be able to
create a link to the URL specified in the "HTTP_REFERER"
environment variable in your document, but that only creates
a link to a new location in your history. Even worse, the
information in that variable can be plain wrong. Some
browsers incorrectly send the variable when you use a
bookmark or type in an URL manually, and some don't send
that variable at all. Then you would end up with an empty link.
A JavaScript could use "history.back()" to do this, but this
only works in Netscape 2.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is tr and td tag?
Is it possible to have multiple actions in a same form?
What is main element in html5?
What is img src in html?
What is main tag in html?
Which tags do not need a separate tag for closing?
What is basic tag in html?
What are title tags?
Is local storage have a lifetime to clear the stored data?
What is new meta?
What are the two types of tags in html?
Explain HTML-5 Drag and Drop Features?
What is special in html5?
Is meta title important?
What is html labelfor?