nms
12-13-2002, 08:20 PM
I have a script which acts on the cursor keys.
When you hit left or right cursor, you browse thru the database.
This may not occur, if you are in the search-box.
How to check if the cursor is in the search-text-input?
if (document.myform.search.focus)
???
How?
Erik
When you hit left or right cursor, you browse thru the database.
This may not occur, if you are in the search-box.
How to check if the cursor is in the search-text-input?
if (document.myform.search.focus)
???
How?
Erik