Click to See Complete Forum and Search --> : Is this possible?


sciguyryan
07-25-2003, 04:48 AM
hi all,


is it possible to have a back/forward button that you can type in the number of pages you want to go back/forward and click the button to go back/forward that number of pages?

:confused: :confused: :confused: :confused: :confused:

go to my site (http://www20.brinkster.com/sciguyryan)

Nevermore
07-25-2003, 05:01 AM
Yes:

<a onclick="nx=prompt('How many pages back?');history.go(-nx);>Back</a>

sciguyryan
07-25-2003, 05:03 AM
thanX that was just what i needed!