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 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 Link but it doesn't >work. Did you try Link ? From RFC 2396, "Uniform Resource Identifiers (URI): Generic

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 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 Link but it doesn't > work. > > Any ideas