PDA

Click to See Complete Forum and Search --> : Form Refresh


lenin
Nov 17th, 2000, 03:40 AM
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, 09:13 AM
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