Welcome Guest Search | Active Topics | Sign In | Register

How to display a webpage within a pageview control Options
gptscorp
Posted: Thursday, September 27, 2012 4:20:59 PM
Rank: Newbie
Groups: Member

Joined: 9/27/2012
Posts: 3
Hello,

I am new to essentialobjects and am trying to use the tabstrip and multipage view control to define 5 different tabbed topics and when a topic is clicked, the associated webpage is displayed in the multipage container so users an just click on the tabs. I have my tabstrip defined an it seems to be working. Any ideas on how t get the webpages to display in the mulipage container or do I need a pageview container as well? Any code would be appreciated.

Thanks

John
eo_support
Posted: Thursday, September 27, 2012 5:28:49 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

You can use an iframe to display any page anywhere.

Code: HTML/ASPX
<iframe src="http://www.google.com" width="300" height="200" />


Note this is just HTML and it is not related to us in anyway, so you won't find anything about iframe in our documentation. However you can look it online and you should be able to find plenty of information about it.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.