ie5.0 is very fussy about the onclick in a href
This will behave differently in ie5 and ie5.5 and 6:
in ie5.0 this will just invoke the href.
in ie5.5 and 6 this will invoke the onclick and invoke the href,
which gave some strange behaviour where the browser returns
immediately before the response comes back from the server
The fix for this is to include a return false;
so in all cases only the onclick is invoked
Wednesday, February 02, 2005
Subscribe to:
Post Comments (Atom)
Popular Posts
- AS400 Job Scheduler
- Java Examples - JExamples.com
- (no title)
- Free AS400 & iSeries Software Tools & Utilities Downloads
- Lego Electronic Lab Kit Main
- DB2 for IBM i - Articles and White Papers
- Other as400 tips sites
- Contact Us
- Websphere Application Server for Iseries
- Encrypt Data on as400 (QC3ENCDT, Qc3EncryptData)
No comments:
Post a Comment