Ross Hulford <mailto:[EMAIL PROTECTED]>
    on Monday, March 07, 2005 2:48 PM said:

> Is it possible to call a named anchor from within a php script?? I
> need my page to go to the point in the page where the form is and
> bypass all the rubbish.

Since that is a client-side issue and PHP is server-side the best you
could do is to redirect to the page putting the anchor in the URL.
Whether or not the browser will actually pay attention to your anchor
and move the page is another story.


Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to