jump to anchor after POST
Posted: Wed Aug 03, 2005 8:10 pm
I have a large page with many submit buttons that POST to PHP_SELF. After a user clicks one of the submit buttons I want the page to scroll/jump to the submit button they pushed.
Before each button I have
How can I make the page jump/scroll without the user having to click one of these: ???
Thanks in advance for the help.
Cheers
Before each button I have
Code: Select all
<a name='$Counter'></a>Code: Select all
<a href='#$Counter'>Thanks in advance for the help.
Cheers