[PHP] Positioning HTML output in browser window

2001-12-20 Thread Leland
Hi Folks, I have a script that outputs a large data list to the web browser. When the user clicks the link for a particular data item they are taken to a new script to modify the record and then when the post the changes they are taken back to the original data list. (no problem so far) What I

Re: [PHP] Positioning HTML output in browser window

2001-12-20 Thread Bogdan Stancescu
Well, you can always code in a little Javascript, such as window.location='#lastpos'... Leland wrote: I tried generating a A NAME=lastpos/A in the orginal list, but I haven't been able to create the return link on the other page that will refrence this. I tried A

Re: [PHP] Positioning HTML output in browser window

2001-12-20 Thread Ken
At 06:59 PM 12/20/01 -0700, Leland wrote: I tried generating a A NAME=lastpos/A in the orginal list, but I haven't been able to create the return link on the other page that will refrence this. I tried A HREF=myscript.php#lastpos?cat=$catLink/A but it doesn't work. Did you try a