Answers

Mar 06, 2009 - 02:54 AM
Insert the following script code inside your page section:
!
Then change your line to:
This should work and be fully compatible with current scripting in your page. Both onLoad and onUnload handlers are calling the same function to make the trick work in both Internet Explorer (always calls onLoad, but does not allow the script to reset the form while running onUnload) and Firefox (only calls onLoad when page is displayed for the first time, but honors the form reset request while processing onUnload).
Hope this helps,
IronXavi
!
Then change your line to:
This should work and be fully compatible with current scripting in your page. Both onLoad and onUnload handlers are calling the same function to make the trick work in both Internet Explorer (always calls onLoad, but does not allow the script to reset the form while running onUnload) and Firefox (only calls onLoad when page is displayed for the first time, but honors the form reset request while processing onUnload).
Hope this helps,
IronXavi

Mar 28, 2009 - 07:08 AM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
The Quomon Team
Add New Comment