Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AppTheory specializes in solutions based on the DotNetNuke platform and has 2 employees on the DotNetNuke Core Team.
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
WebHostForAsp.net
 


  Sponsors  

Meet Our Sponsors

.: CounterSoft :.
telerik
ExactTarget email software solutions
Merak Mail Server
WebSecureStores -- ASP.NET & DotNetNuke Hosting Solutions
FCKeditor Project
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Iframe Module [...  displaying another aspx page inside the Iframe
Previous Previous
 
Next Next
New Post 3/10/2008 8:54 AM
User is offline Vitaly Kozadayev
723 posts
www.continure.com
7th Ranked






Re: displaying another aspx page inside the Iframe 

What you are looking to do is actually impossible to achieve without custom javascript code. Below, you will find a simple example of how it can be done. Every link you have will need to call the javascript function, passing a url to it. Please, let me know if you have additional questions.

<html>
<head>
<script type="text/javascript">

function DoIframe(url_)
{
 var obj = document.getElementsByTagName("IFRAME")[0];
 obj.src=url_;
 return false;
}

</script>
</head>
<body>
<a href="#" onclick="DoIframe('http://www.yahoo.com'); return false;">Try it out</a><br /><br />
<a href="#" onclick="DoIframe('http://www.google.com'); return false;">Try it out</a><br /><br />
<a href="#" onclick="DoIframe('http://www.dotnetnuke.com'); return false;">Try it out</a><br /><br />
<a href="#" onclick="DoIframe('http://marketplace.dotnetnuke.com'); return false;">Try it out</a><br /><br />
<a href="#" onclick="DoIframe('http://www.snowcovered.com'); return false;">Try it out</a><br /><br />
<IFRAME width="600" height="600" />
</body>
</html>


Vitaly Kozadayev
Principal
Viva Portals, L.L.C.
 
New Post 3/13/2008 12:29 AM
User is offline andreapavia
3 posts
10th Ranked


Re: displaying another aspx page inside the Iframe 

simply wonderful,

the first thing they told me when i began this job was that  i' ve to relaod the less possible......

 

 

 
New Post 3/13/2008 5:25 AM
User is offline Vitaly Kozadayev
723 posts
www.continure.com
7th Ranked






Re: displaying another aspx page inside the Iframe 

I am happy to help! Feel free to ask questions :)


Vitaly Kozadayev
Principal
Viva Portals, L.L.C.
 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Iframe Module [...  displaying another aspx page inside the Iframe
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Glanton: Enterprise Intranet Specialists Using DNN
Glanton Solutions are a premier provider of sevices for large corporates lloking to outsource Intranet sites.
www.glanton.com
Jetkey Smart Map
Smart Map is an AJAX powered Google Map module that displays driving directions, proximity search results and data from your own databases. Smart Map reads GPX (GPS data) files, GeoRSS feeds, and KML data. You can pass any querystring parameter to Smart Map and into your own custom queries to control what data displays on the map.
smartmap.jetkey.com
DNNSpired.com
Inspired to extend DotNetNuke®, everyday.
www.DNNSpired.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP