i just want to be sure this is valid and will work, since i don't normally use javascript:
i am making a private homepage for myself, with different scripts embedded, such as a pop3 mail checker, and a custom google search engine (things i use allot), and i want to be sure the search has focus when the page loads, and that the page also is not cached in Navigator (i used other code to skip the cache on IE).
| Code: |
| <body onLoad="document.googleFrm.query.focus(); if ('Navigator' == navigator.appName) document.forms[0].reset();"> |
i am making a private homepage for myself, with different scripts embedded, such as a pop3 mail checker, and a custom google search engine (things i use allot), and i want to be sure the search has focus when the page loads, and that the page also is not cached in Navigator (i used other code to skip the cache on IE).
