Dot Net Sea
Dot Net Sea
Thursday, 22 March 2012
How To solve microsoft Jscript runtime error:method name is undefined
How To solve microsoft Jscript runtime error:method name is undefined:
When We use javascript in our page most of times this error Will come,so this Problem will
Resolved by using this Code in JavaScript-
function
openWindow() {
var
oWnd = window.radopen(
null
,
"RadWindow1"
);
oWnd.SetUrl(oWnd.GetUrl());
}
now this code will work..
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment