PDA

View Full Version : Javascript BackButton Event


jasonlfunk
05-24-2006, 06:49 PM
Is there an event that javascript uses for entering a page by hitting the back button? I need to clear the data out of a hidden input form becuase the way to proceed uses a button that fills that hidden with the information the next page needs. I tried to onLoad() event but I guess that doesn't get called. Any help?