Does anyone know of an event handler that can run before onLoad. onLoad will only run after the page is fully loaded, I would like to use an event handler that does not have to wait for the page to fully load before I do a window.close().
I am still having problems with calling a function in the onLoad and passing in the form. Can you see anything I am doing wrong?
<body onLoad="deletecnt(entry)" bgcolor="#FFFFFF" bgproperties=fixed ALINK="#FFF
F00" VLINK="#999999"...
Is anyone else having problems with OnLoad in Netscape 6.2 When I call a function with no parameters in OnLoad it works fine, but if I call a function and pass in the form in OnLoad it doesn't work. Can anyone help with this???
Is there a way to globally set the focus on the first input field in a multi-page application? Also depending on the user's profile, the first field may or may not be an input field. How can I check for this in JavaScript and step through all the fields in the form until an input field is found.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.