How do I get a back button on my page?
Answer / 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 |
How to create sub sub navigation with html5 css3.
What is transitional xhtml?
Are there any advantages of grouping checkboxes in html?
What is http and html?
What is a syntactical device?
What hierarchy is being followed when in style sheets?
What is rowspan?
If the user's operating system does not support the needed character, how can the symbol be represented?
Which should I use, &entityname; or &#number; ?
What is the advantage of using div tag in html web page development
What is the use of an iframe tag?
What are attributes and how do you use them?