I have a page that uses an onLoad function. The first time a user is on the page it works just fine. If a user clicks a certain submit button they are redirected to a second page. After the user selects something from a dropdown box they click another submit button (using Method="Get" to pass variables back) they are redirected back to the first page. After they are redirected back to the first page the Javascript (all Javascript) stops working. This only happens in Safari (IE, FireFox, etc. all work fine). It has to be something on the second page, becuase on the first page there are other submit buttons the user can press that they can perform a task on and be redirected to the first page and the Javascript still works. Does anyone have any ideas as to what could be on the second page that would make Javascript stop working for the remainder of the session? The Javascript on all pages is broken after visiting the second page in question. This matter is rather urgent, so please jump in and put your two cents in.