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

Redirect Windows Opener

1 Answer 43 Views
Window
This is a migrated thread and some comments may be shown as answers.
Willem
Top achievements
Rank 1
Willem asked on 16 Jun 2008, 01:51 PM
How can we redirect the browser to another url from within a page that is called in a window?

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 16 Jun 2008, 02:02 PM
Hi Willem,

You can use "top" to refer to the topmost page (which in this case should be the page from where the RadWindow was called).
e.g.
top.location.href = "http://mynewUrl"


Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Willem
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or