J
Jensen
document.TESearch.txtDesc.focus();
Would set the focus to the txtDesc iten of the TESearch Form..OK
Is there a way of asking the document what "item" has get the focus
I need to check were the cursor has been moved to "the new focus"
before an onblur event can deside what action to take.
ie
itemfocus = document.focus?
if itemfocus = txtbox1 then do something
else do something else
Would set the focus to the txtDesc iten of the TESearch Form..OK
Is there a way of asking the document what "item" has get the focus
I need to check were the cursor has been moved to "the new focus"
before an onblur event can deside what action to take.
ie
itemfocus = document.focus?
if itemfocus = txtbox1 then do something
else do something else