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

Showing incorrect path

1 Answer 35 Views
Window
This is a migrated thread and some comments may be shown as answers.
NIRAKAR
Top achievements
Rank 1
NIRAKAR asked on 23 Apr 2009, 08:08 AM
hi,

i ve a javascript function in master page like.

function ShowLoginWindow() {
    var url = "LoginRegistration.aspx";
    var oWnd = radopen(url, "LoginRegistration");
    oWnd.center();
}

i am opening the page  properly from  root folder, but while accessing from different folder error is showing. My LoginRegistration.aspx page is in root folder.

How to open LoginRegistration.aspx page in each path in a rad window.

thanks.




1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 24 Apr 2009, 03:55 PM
Hi NIRAKAR,

The provided code is correct and additionally there is no restriction inside the RadWindow - it is based on an IFRAME and behaves just like that HTML element. In your case you need to specify the correct path to the content page (that will be opened in the RadWindow control).

For your convenience, I have attached a simple demo to this thread.

I hope this helps.

Sincerely yours,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
NIRAKAR
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or