Hi Again!

I found the problem!

It seems that netscape can't take an empty value for 'action' in the form
tag. here is the example:

<form name="form1" method="post" action="">

this will result ERROR because the value for the action is written.

this one works:

<form name="form1" method="post" action="page.php">

I hope this help for those who are trying to use Netscape.

regards,
Dani

Nick Wilson wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> * On 19-01-02 at 13:02
> * Marcel Besancon said....
>
> > Hi,
> >
> >       maybe it's a problem of netscape. In many cases netscape doesn't
> > work like the IE. Just remember CSS and other things !!!
>
> Yes, but this is *server side* code. I suspect you're right though and
> there is just something we are missing :)
> - --
>
> Nick Wilson
>
> Tel:    +45 3325 0688
> Fax:    +45 3325 0677
> Web:    www.explodingnet.com
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
>
> iD8DBQE8SWFSHpvrrTa6L5oRAmsEAJ9SV9bhnVXek7ni/+U0d15G4FbmFwCdGtSp
> 5vBoSLuyLdCtoMyKKZDzkzI=
> =JzIb
> -----END PGP SIGNATURE-----
>
> --
> 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 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