Hi,
I have a problem with the events being sent when a window is opened. I mean I need to perform certain server-side specific code once one window is opened and all its components are drawn/rendered by the browser.
I thought that this would be as easy as registering an ON_OPEN event listener on the window, but apparently this is not working. Does anybody has any ideas?
↧