[PHP] 'include' anchors

2002-01-20 Thread Phil Schwarzmann

I want a script to go to an anchor in an html page

This doesn't seem to work

include blah.htm#anchor;

how is this possible

Thanks!
Phil in baltimore

P.S. Pittsburgh sucks Bill Gates' balls.



Re: [PHP] 'include' anchors

2002-01-20 Thread Bogdan Stancescu

A script to go to an anchor - I don't know about that... If you need a
_link_ to go to an anchor then you just need to echo the proper link
(i.e. echo blah.htm#anchor;). If you want a script to _redirect_ to an
anchor then Emile is right: this is a client-side thing and you either
have to go with JavaScript or with a META tag. Anyway, include() is
definitely not the way to go.

Bogdan

Phil Schwarzmann wrote:

 I want a script to go to an anchor in an html page

 This doesn't seem to work

 include blah.htm#anchor;

 how is this possible

 Thanks!
 Phil in baltimore

 P.S. Pittsburgh sucks Bill Gates' balls.


-- 
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]