Re: [phplib] Netscape 4.7 & 4.75 problems..... From: Douglas Forrest (dougforrest <email protected>)
Date: 12/14/00

Brian -

I don't know if it is related, but I just solved a phplib problem ("The
requested method POST is not allowed for the URL ...") which occurred with
Netscape 4.7 (but not with any version of IE that we tested). The fix was
removing "action" from my opening form tag.

Going from

    <form name="this_form" method=post action= "" onSubmit="return
submit_this()">

to this

    <form name="this_form" method=post onSubmit="return submit_this()">

solved the problem.

Hope it helps.

- Doug

----- Original Message -----
From: Brian Sumpter <bsumpter <email protected>>
To: <phplib <email protected>>
Sent: Thursday, December 14, 2000 2:24 PM
Subject: [phplib] Netscape 4.7 & 4.75 problems.....

> Hey all. Just a quick question for you and hopefully someone will know
the
> answer real quick.
>
> We run an ecommerce web site here written in PHP / MySQL, and are using
the
> PHPLib library for session management and authentication. For some
reason,
> however, the auth does not want to work with any of the Netscape 4.7
> browsers. Works fine in 4.6, and also in 6.0, and in all flavors of IE.
But
> when trying to auth using Netscape 4.7, it bounces me right back to the
login
> screen for no reason.
>
> I was tailing the MySQL log while logging in using the different browsers,
> and I noticed that Netscape never even hits the DB when logging in. All
of
> the other browsers did hit the DB for the name and password, and of course
> logged in correctly.
>
> Is there a fom bug out there specific to Netscape 4.7 that would prevent
the
> data from being passed? I'm almost out of ideas here.
>
> Any help would be appreciated.
>
> Thank you!
> --
> Brian Sumpter
> Webmaster
> Atlas Pen & Pencil
> bsumpter <email protected>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>