Forum Moderators: open
If I have a search box on a page, how might I use JS to put the cursor on it?
I'm afraid JS is not really one of my strong points ;)
Nick
take a look at this, i think it is what you are looking for
[idocs.com...]
Richard
<html><head><script><!--function sf(){document.f.q.focus();}// --></script></head><body onLoad=sf()></body></html>