On Monday 17 September 2001 15:24, you wrote:
> Well,
>
> <form action="<?php echo $PHP_SELF; ?>" method="get">
>
> always works fine for me.
>
> Note that you should use "action" instead of "target", and the semicolon
> after $PHP_SELF should be inside the ?> not outside of it... might be one
> of these two errors causing the problem (although I can't think why)

The target= attribute is usually used to open hyperlinks in a different frame 
than the current one. It might be that if there is no frame with such a name, 
it just opens a new window (with that name), thus causing his troubles.

ad

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

Reply via email to