[PHP] Re: Remember scrolled position

2003-03-04 Thread Lars Espelid
You understood me. You're right, I can load the document like you said, and I'll do it that way. The page won't scroll to the exact position it was befor the submit. It would do so if I could use javascript. But its good enough. Thanks everyone! Lars "K1llersush1" <[EMAIL PROTECTED]> skrev i m

[PHP] Re: Remember scrolled position

2003-03-04 Thread k1llersusH1
Not sure If I understand what you mean. You load a file like yourdocument.php#4 it will automatically jump to anchor named "4" in that document. No further clicking involved. "Lars Espelid" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've tried this and it works fine, but then th

[PHP] Re: Remember scrolled position

2003-03-04 Thread Lars Espelid
I've tried this and it works fine, but then the user must click the anchor-link on the top of the page each time he has submitted a form. This is not what I want. I would like the page to scroll down automatically. Is it possible to "click" the anchor-link automatically? If so this could be a solut

[PHP] Re: Remember scrolled position

2003-03-04 Thread Patrick Schnegg
I would tend to make this with common html using named anchors. Just enclose every button with a an anchor and define its name numbering it with php. Then simply make sure that when the button is pressed that number is appended to the url so it will look like yourdocument.php?yourdata=blah#5 making