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
How to set colors to borders in html?
What is p tag in html?
Is there advantages of collapsing white spaces in html?
Is html still used 2019?
What is different between html and html5?
How do you pronounce hermes?
What is a hyperlink example?
What is the major improvement with HTML5 in reference to Flash?
Why is flash player needed?
When a session storage data gets deleted?
What is div id?
What are the two types of tag?
What is website with example?
What are different types of tags?
What are the various formatting tags in html5?