Hi, I have the below code in Javascript & its open popup window using radopen
<
script language="Javascript">
var
radOpenWindow = window.radopen("popupwindow.aspx", "<%=preview_popup.ClientID%>");
radOpenWindow.add_close(OnClientClose);
radOpenWindow.show();
<
script language="Javascript">
the above code works on IE. But when i try on Firefox its load the page and close the window automatically. i.e) close while loading the page.
can you please advice solution for this issue. I want to execute some code when i close rad open window.
Thanks,
Senthil Kumar