How to open a page inside a page?

Posted by Community Admin on 04-Aug-2018 07:28

How to open a page inside a page?

All Replies

Posted by Community Admin on 15-Feb-2012 00:00

hi buddies,

How can i open a page inside a page? I mean just like click a link in this page, and then the old content will be replaced by the content of the new page?

Any help will be appreciated!!

Posted by Community Admin on 16-Feb-2012 00:00

anybody please?

Posted by Community Admin on 16-Feb-2012 00:00

Hello Jeff,

Well depending on how you want to implement this kind of functionality, this can be achieved by using the open method in Javascript. More specifically, you can define how you want to open the new page with the following options:

·  _blank - URL is loaded into a new window. This is default

·  _parent - URL is loaded into the parent frame

·  _self - URL replaces the current page

·  _top - URL replaces any framesets that may be loaded

I have included a link to the Open() method in Javascript.

Greetings,
Grace Hallwachs
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed