|
|
Q492 Is there a way to have a window self focus but still allow the user to enter data into a form?
irt.org | Knowledge Base | JavaScript | Window | Q492 [ previous next ] Q492 Is there a way to have a window self focus but still allow the user to enter data into a form?Using:
Causes, on some browsers, the window to trap you in that window even if you have another browser window that you want to use. Instead try:
Which allows upto 5 seconds for the user to enter data into a form field before the window regains the focus. Feedback on 'Q492 Is there a way to have a window self focus but still allow the user to enter data into a form?' |
-- div -->
|