Loading Please Wait...
The window.history object contains the browsers history.
The window.history object can be written without the window prefix.
To protect the privacy of the users, there are limitations to how JavaScript can access this object.
Some methods:
The history.back() method loads the previous URL in the history list.
This is the same as clicking the Back button in the browser.
<html>
<body>
<input type="button" value="Back" onclick="window.history.back();">
</body>
</html>
The history.forward() method loads the next URL in the history list.
This is the same as clicking the Forward button in the browser.
<html>
<body>
<input type="button" value="Forward" onclick="window.history.forward();">
</body>
</html>
How you feel about this blog:
Share this blog on:
If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com
Contact UsWe are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..
Copyright ©
, Lynxsia IT Solutions, All rights reserved