|
-
Nov 17th, 2000, 04:40 AM
#1
Thread Starter
Addicted Member
Hi,
this is pretty simple I think. How do I check to see if a form has been refreshed. I want to initialise some values every time a form is refreshed.
Thanks
Lenin.
-
Nov 17th, 2000, 10:13 AM
#2
I'm not sure if you can check for a form refresh but you might be able to use the 'onLoad' event in your BODY tag to do this (as it fires when a page is loaded/refreshed).
<BODY onLoad="YourInitializationRoutine()">
Good luck,
Paul
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|