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

Open a radwindow: Without rad window manager

1 Answer 268 Views
Window
This is a migrated thread and some comments may be shown as answers.
saravanan k
Top achievements
Rank 1
saravanan k asked on 05 Aug 2010, 10:41 AM
Hi,

How do I open a radwindow from javascript, if the rad window is not contained in rad window manager.
radopen(null,windowName) opens a blank window.


Why am i not using rad window manager?

I am already using a rad window manager in my master page. I am having some windows in my content page too. Since i cannot have 2 rad window managers in my page, hence the probelm.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Aug 2010, 11:37 AM
Hi Saravanan,


First argument of radopen() is the URL. If the url is not provided, then the NavigateUrl property set on the server will be used. Use the following code to open the window, if you want to set url explicity.
         var oWindow = window.radopen (url, windowName);

Also the documentation expalins more on how to open window from client code.
Opening Windows

Thanks,
Princy.
Tags
Window
Asked by
saravanan k
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or