Contents


On-line Guides
All Guides
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems

How To Guides
Xen Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Problem Solutions

 

 

The JavaScript FAQ
Prev Home Next

Forward Button

Question: Can I make a button on my page work as the browser's Forward button?

Answer: To create your own Forward button, use this code

<form>
<input type=button value="Forward"
onCLick="history.forward()">
</form>
If your browser's Forward button is currently inactive, then the Forward button on your page won't work either. This is the case when the current page is the last page in your browsing history. On the other hand, if you arrived to the current page using the browser's Back button (or a scripted Back button) then the Forward button will work. Try it now!

JavaScripter.net. Copyright © 1999-2006, Alexei Kourbatov

The JavaScript FAQ
Prev Home Next


 
 
  Mirrored with kind permission of Alexei Kourbatov Design by Interspire