I been told that by using the onblur event in the body tag, one can ensure that a form remains topmost.
However, in trying to use this logic I have found that the forms input fields can not be edited.
Here is my code for using the onblur event
<body onblur="javascript:window.focus();">
Is this correct, and if it is how can I edit my form?
Your help will be greatly appreciated. (My users all use IE5 aND IE5.5).
thanks
rr236
However, in trying to use this logic I have found that the forms input fields can not be edited.
Here is my code for using the onblur event
<body onblur="javascript:window.focus();">
Is this correct, and if it is how can I edit my form?
Your help will be greatly appreciated. (My users all use IE5 aND IE5.5).
thanks
rr236