Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do I get a back button on my page?



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

Post New Answer

More HTML DHTML Interview Questions

What is the advantage of using frames?

0 Answers  


Is localstorage async?

0 Answers  


What is dynamic xhtml document?

0 Answers  


What do u mean by html tags?

0 Answers  


Why is a url encoded in html?

0 Answers  


What is ptm full form?

0 Answers  


What is the use of a span tag? Give one example.

0 Answers  


What does p </ p mean?

0 Answers  


What is the significance of <head> and <body> tag in HTML?

1 Answers  


Is there a way to get indexed better by the search engines?

1 Answers  


What is an image tag?

0 Answers  


What are the new <input> types for form validation in html5?

0 Answers  


Categories