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
- List Job (QUSLJOB) API
- Using QCLRDTAQ to clear data queues in CL and RPG
- What is QZHQSSRV job?
- Make a Home made, open source mp3 Player
- 80 Column Punched Cards and the History of RPG on the AS400
- UDATE and *DATE in AS400 RPG
- API Example - Deleting Old Spooled Files
- Creating an as400 Query
- AS400 APIs
- QUSRJOBI API (Retrieve Job Information) as400
No comments:
Post a Comment