Kbase 17203: How To Implement A Back Button Using JavaScript?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/3/2002 |
|
Solution ID: 17203
GOAL:
How to implement a "back" button with a JavaScript function that works similarly to the back button provided in a browser?
FIX:
JavaScript provides routines that are useful for certain functionality. While it is your responsibility to determine what functions are provided by JavaScript and how to use them, the following example of a script that can be used to link back to a previous page where data is preserved might be useful:
<img
src="\webspeed\back.gif"
Border=0> Previous Page</p>