|
|
Q1322 How can I ensure that the change event it tripped for an amended form field, even if the user changes the focus to another frame?
irt.org | Knowledge Base | JavaScript | Form | Q1322 [ previous next ] Q1322 How can I ensure that the change event it tripped for an amended form field, even if the user changes the focus to another frame?Use the onFocus event handler in the other frame to set the focus back to the original frame. This will then cause the chnage event to fire for the amended form field: Original frame:
In the other frame:
|
-- div -->
|