Re[2]: [PHP] Problems with Netscape

2001-07-02 Thread Richard Kurth

Hello Jason,
No that does not make it work any  different

Monday, July 02, 2001, 3:08:58 AM, you wrote:

 I have a login form (look below) It works just perfict in IE but in
 Netscape it gives me this error Not Found The requested URL 
 /build3.0/user/ was not found on this server.

Jason Murray form name=login action=?$SCRIPT_URL? method=post
Jason Murray^ try an echo here.




-- 
Best regards,
 Richard  
mailto:[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]




RE: Re[2]: [PHP] Problems with Netscape

2001-07-02 Thread Jason Murray

 No that does not make it work any  different

What did you actually *do*, though?

-- 
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
Work now, freak later!

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




RE: Re[2]: [PHP] Problems with Netscape

2001-07-02 Thread scott [gts]

did you try viewing source to make sure that
the ACTION= tag actually contains something?

AFAIR, MSIE will post to the same location if there's
no ACTION=, but netscape will not... 

so it looks like your ACTION= tag is empty, but
becuase IE and Netscape handle things differently,
you're getting different results from the same form.

always view source in the browser! 
it'll save you a lot of time debugging... 


 -Original Message-
 From: Jason Murray [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 02, 2001 6:30 AM
 To: 'Richard Kurth'; php
 Subject: RE: Re[2]: [PHP] Problems with Netscape
 
 
  No that does not make it work any  different
 
 What did you actually *do*, though?
 
 -- 
 Jason Murray
 [EMAIL PROTECTED]
 Web Developer, Melbourne IT
 Work now, freak later!
 
 -- 
 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]