Hello.
I it is necessary from Default.aspx to cause function in open window RadWindow. Function cause when window is loaded,
Default.spx javascript code:
var oWnd = GetRadWindowManager().getWindowByName( "RadWindow1");
oWnd.get_contentFrame().contentWindow.CalledFn();
Radwindow javascript code:
function calledFn()
{
alert("ok");
}
Error:Mistake of the execution Microsoft JScript: Object does not support this characteristic or method
That wrong?