Auto refresh a window

wxdqz

New Member
Ive been trying to get one of my Intranet pages to automatically refresh itself when loaded. Im using a database connection to populate a text box and i need the data to be up-to-date every time the page is loaded.
Browsing away from the page and back to it with hyperlinks brings up a blank form but the database field is not updated.
Pressing F5 does the trick but i dont want the users to have to do this. Can a page reload itself (once!!), or can I stop the page being cached maybe?
Obviously i cant put history.go() into the onLoad event!!

Any help would be appreciated.

Peter
 
Back
Top