Javascript event inicilization
Posted: Mon Mar 16, 2009 3:24 am
Hi,
I'm trying to initiate an event from one window (child of second's) to the second window.
Everithing is OK, but I'm not able to initiate onBlur="alert('Hello World!');" of a target element.
Is it posible at all? Any ideas?
Thanks!
I'm trying to initiate an event from one window (child of second's) to the second window.
Code: Select all
window.opener.document.forms['form']['date'].focus();
window.opener.document.forms['form']['date'].value = datum();
window.opener.document.forms['form']['date'].blur();
Is it posible at all? Any ideas?
Thanks!