 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
bhun Guest
|
Posted: Thu Jun 26, 2003 10:34 am Post subject: Re: help needed with displaying navigation buttons |
|
|
"Dave" <someone (AT) the (DOT) net>, Thu, 19 Jun 2003 22:08:00 +0000:
Hey,
HEY!
| Quote: | I have set up "Forward" and "Back" on a website using the following code:
FORM
INPUT type="button" value="BACK" onClick="history.go(-1)"
INPUT type="button" value="FORWARD" onClick="history.go(1)"
/FORM
The site uses JSP - I am wondering if there is any way to check if
history.go(*) == "null"
This has nothing to do with JSP, it's a browser-related issue, |
unless you are maintaining the history on the server side.
Greets
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|