Results 1 to 2 of 2

Thread: Form Refresh

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    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.

  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width