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]