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 do I create a mailto link?
How dhtml is used in internet explorer?
What is the use of xhtml modules?
What is the Application Cache in HTML5 and why it is used?
Content show on same page with navigation clicking. What is the jQuery code for the same.
How to upload struts file in dhtml?
What are the various elements provided by HTML 5 for media content?
What is column writing?
How do I specify page breaks in html?
What is dhtml explain with example?
What is the difference between hr and br tag?
How do I get form data emailed to me?
What is difference html4 and html5?
What is a dl list?
What is an xhtml element?