javascript thread: onLoad problems
I have a function set to execute onLoad within a page. The purpose of the function is to set focus to a field when the page is loaded. When I move the <SCRIPT> from the <HEAD> section into my included JS file, it does not work. Does a function have to be in the <HEAD> section to work when onLoad? Why?
|





