Hi,
I have a js-function that sets several values into the window, that is called by the window opened event. This works fine in ie8, but in ie7 & chrome it is called before the window is fully loaded. Any suggestions on how to solve this?
2 Answers, 1 is accepted
0
Accepted
Svetlina Anati
Telerik team
answered on 07 May 2009, 09:17 AM
Hi staron,
I am not sure what exact event you mean by "window opened event." - in case you mean the OnClientShow event, yes, the described behavior is expected in some cases, when the content page needs more time to load. In case you need to ensure that the content page is already loaded, e.g in order to manipulate it, you should use the OnClientPageLoad event of the RadWindow which fires exactly when the IFRAME is loaded.