Here i found a missing ";" after contentWindow as follows:
url:
http://demos.telerik.com/aspnet-ajax/window/examples/dialogreturnvalue/defaultcs.aspx
its in the code example C# Dialog2.aspx in the javascript block in
...
or anything else is wrong, my compiler tells me that
with
sure that its correct without ; or (); ?
cheers uspec
// Get a reference to the first RadWindow's content
var contentWin = dialog1.get_contentFrame().contentWindowurl:
http://demos.telerik.com/aspnet-ajax/window/examples/dialogreturnvalue/defaultcs.aspx
its in the code example C# Dialog2.aspx in the javascript block in
function returnValue()...
or anything else is wrong, my compiler tells me that
get_contentFrame().contentWindow is null or not an object...with
contentWindow (); he tells me that get_contentFrame() is null or not an obejct.sure that its correct without ; or (); ?
cheers uspec
