Subject Re: [firebird-php] Application working only in IE
Author Sakhile Njoko
I'm sorry I never came back to update you guys. Lester you were right in that "verify_login()" was not verifying. The problem was the "this.reset()" in "onsubmit". In iexplorer the form data gets sent to "verify_login()" first and then the form is reset but in the other browsers it works the other way, rendering calling "verify_login()" futile. After removing "this.reset()" the application works across all browsers.
 
Thanks for your assistance.


________________________________
From: Lester Caine <lester@...>
To: firebird-php@yahoogroups.com
Sent: Monday, 19 September 2011, 19:24
Subject: Re: [firebird-php] Application working only in IE


 
Sakhile Njoko wrote:
> Sorry, it looks horrible& difficult to follow when not properly indented but that is not how I posted. Must be the server that eliminates spaces and newlines.
Even without the formatting it's readable, but your using a style of working
that I've avoided in the past as I think that it IS browser sensitive? Obviously
the verify_login() javascript is not verifying and I think
http://www.webmasterworld.com/javascript/3059950.htm applies ...

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php



[Non-text portions of this message have been removed]