"Ross" <ross (AT) aztechost (DOT) com> kirjoitti
viestissä:43299799$0$6966$b9f67a60 (AT) news (DOT) newsdemon.com...
Quote:
Hello,
I have a form inside a div and I was wondering if there is a way to retain
the position of the scoller on submission of a page?
The form is processed with PHP. |
No need for Javascript. In my experience a simple anchor will do just fine.
<form method="post" action="thispage.php#ReturnToHere">
<a name="ReturnToHere"></a>
<input type="submit">
</form>
--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.berkeley.edu/>
Kimmo Laine <eternal.erectionN0 (AT) 5P4Mgmail (DOT) com>