This is a migrated thread and some comments may be shown as answers.

Object Expected

1 Answer 67 Views
Window
This is a migrated thread and some comments may be shown as answers.
L
Top achievements
Rank 1
L asked on 26 Sep 2009, 02:43 AM
hi

I am expriencing an object expected error:

 

function OpenPositionedWindow(oButton, url, windowName) {

 

 

var oWnd = window.radopen(url, windowName);

 

}


function openWin() {

 

var oWnd = radopen("http://www.google.com", "RadWindow1");

oWnd.setSize(500, 500);

oWnd.center();


<

 

button onclick="openWin(); return false;">Test</button>


I am using Q1 2009.

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 26 Sep 2009, 06:01 AM
Hello L,

Make sure that you have a RadWindowManager declared on the page where you use radopen().



Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
L
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or