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 Syntax":

URI-reference = [ absoluteURI | relativeURI ] [ "#" fragment ]
   absoluteURI   = scheme ":" ( hier_part | opaque_part )
   relativeURI   = ( net_path | abs_path | rel_path ) [ "?" query ]

And don't leave out the quotes, either.

- Ken
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 want is that when they return to the original data list it is
positioned on the record they just modified.  What happens is that the list
is positioned at the top of the list.

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?

--
Leland Foster




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]