R: [Phplib-users] <no subject>
Brought to you by:
nhruby,
richardarcher
From: Gaetano G. <giu...@se...> - 2002-08-30 09:10:29
|
> On Wed, Aug 28, 2002 at 09:21:03AM +0200, Baerbel Deisting wrote: > > hi all, > >=20 > > hope someone can help me. i=B4m doing the authentication with=20 > phplib and it works fine with microsoft internet explorer and=20 > opera but if i try to make the authentication with netscape=20 > it doesn=B4t work. i don=B4t get the login screen but a side with=20 > the follwing message: > > 'The requested URL /session/md5.js was not found on this server'. > > only if i disable java script it works - but i think there=20 > must be another possibility to solve this. >=20 > They do not really work, they simply perform the login using=20 > clear-text. > They simply do not even warn you about the fact that they do not find > the .js, while Netscape stops and forces you to make things work. > You simply have to fix your pages using the correct path for md5.js >=20 > Suggestion: to reduce development errors and bogus bug reports, > please develop using Mozilla and Netscape... then check with IE > at a subsequent time... IE is a really stupid browser > (and Opera is even much worser)... it often causes confusion > in the developer's mind :-) >=20 In my own experience Opera 6 is not that bad at all, really (except if = you're heavily into DHTML). I use it for development every day coz it has a shortcut to get your = pages (as in 'the stuff received by the browser', not 'the php code that = lies on the server')sent to the W3 for HTML validation. Nice when you'r = developing php pages behind a firewall (so you can't use the online = validator by giving the url to your server) and want to make sure your = code is standard compliant. Bye,=20 Gaetano Giunta > > it would be great if someone has an idea what to do. >=20 > Just fix the path :-) >=20 > Bye, >=20 > Marco Pratesi >=20 >=20 >=20 |