Click to See Complete Forum and Search --> : go ('url')


azatiko
04-11-2007, 11:09 PM
Hello,

i use <a href="javascript:history.go('test.php')">.
test.php has paging numbers, someone knows how to history back to the exact paging number of test.php?
this code only brings me 1 page of test.php even i want to history.back 7 page of test.php.

Please help me:p

\\.\
04-12-2007, 06:02 AM
To go back 7 pages: <a href="javascript:;" onClick="history.go(-7)">