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  |  

telerik -- supercharge your DNN websites
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
Verndale
The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
Red-Gate Software
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Iframe Module [...  Using links to refresh Iframe
Previous Previous
 
Next Next
New Post 6/13/2006 7:43 AM
User is offline Kim Exum
4 posts
10th Ranked


Using links to refresh Iframe 

I am fairly new to DNN and am having a problem using the Iframe Module. I have set up a table in the left panel where there are links to various html pages I have created. I am wanting to use the Iframe in the content panel to view the HTML pages and have it refresh according to which link is selected. I do not want the entire page to refresh, just the information in the Iframe. Is there an easy way to do this? I thought if I set the target to the Iframe name it would work, but the pages still open in a new window as if the target was set for "blank". Any suggestions??

Thanks!

 
New Post 6/13/2006 8:40 AM
User is offline Michael Flanakin
994 posts
www.michaelflanakin.com
7th Ranked




Re: Using links to refresh Iframe 
This isn't possible with the core Links module. All you need to do is specify the link target and the IFrame title; but, as I mentioned, this isn't possible with the core Links module. You can do this with the Text/HTML module, but you'll need to format the list of links on your own.

Michael Flanakin | Microsoft Consulting Services
www.michaelflanakin.com
 
New Post 6/13/2006 9:42 AM
User is offline Kim Exum
4 posts
10th Ranked


Re: Using links to refresh Iframe 
I used the text/HTML module to insert a table I had created in dreamweaver. The links inside the table all have the target of "Iframe" which is the title of the Iframe. The Iframe shows up and seems to be working, but when i click on the links, it still opens the page up in a blank window. am I missing a step here?
 
New Post 6/13/2006 9:45 AM
User is offline Michael Flanakin
994 posts
www.michaelflanakin.com
7th Ranked




Re: Using links to refresh Iframe 
Can you show me the HTML you used in the Text/HTML module?

Michael Flanakin | Microsoft Consulting Services
www.michaelflanakin.com
 
New Post 6/13/2006 9:48 AM
User is offline Kim Exum
4 posts
10th Ranked


Re: Using links to refresh Iframe 

Here is the Body section of the HTML I used for the table with the links.

<body>
<table width="364" border="0" cellspacing="5" cellpadding="0">
  <tr>
    <td width="41">Series</td>
    <td width="218">CRS Activity </td>
    <td width="41">      <p align="right">2005<br>
    Points </p></td>
    <td width="39"><div align="right">Max points </div></td>
  </tr>
  <tr>
    <td><div align="right">310</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/310.htm" target="Iframe">Elevation Certificates</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">162</div></td>
  </tr>
  <tr>
    <td><div align="right">320</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/320.htm" target="Iframe">Map information </a></td>
    <td><div align="center">0</div></td>
    <td><div align="right">140</div></td>
  </tr>
  <tr>
    <td><div align="right">330</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/330.htm" target="Iframe">Outreach Projects</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">380</div></td>
  </tr>
  <tr>
    <td><div align="right">340</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/340.htm" target="Iframe">Hazard Disclosure </a></td>
    <td><div align="center">0</div></td>
    <td><div align="right">81</div></td>
  </tr>
  <tr>
    <td><div align="right">350</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/350.htm" target="Iframe">Flood Protection Information</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">102</div></td>
  </tr>
  <tr>
    <td><div align="right">360</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/360.htm" target="Iframe">Flood Protection Assistance</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">71</div></td>
  </tr>
  <tr>
    <td><div align="right">300</div></td>
    <td>PUBLIC INformATION SERIES TOTAL </td>
    <td><div align="center">0</div></td>
    <td><div align="right">936</div></td>
  </tr>
  <tr>
    <td><div align="right">410</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/410.htm" target="Iframe">Additional Flood Data</a></td>
    <td><div align="center">0</div></td>
    <td><div align="right">1,346</div></td>
  </tr>
  <tr>
    <td><div align="right">420</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/420.htm" target="Iframe">Open Space Preservation </a></td>
    <td><div align="center">0</div></td>
    <td><div align="right">900</div></td>
  </tr>
  <tr>
    <td><div align="right">430</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/430.htm" target="Iframe">Higher Regulatory Standards</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">2,740</div></td>
  </tr>
  <tr>
    <td><div align="right">440</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/440.htm" target="Iframe">Flood Data Maintenance</a></td>
    <td><div align="center">0</div></td>
    <td><div align="right">239</div></td>
  </tr>
  <tr>
    <td><div align="right">450</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/450.htm" target="Iframe">Stormwater Management</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">670</div></td>
  </tr>
  <tr>
    <td><div align="right">400</div></td>
    <td>MAPPING &amp; REGULATORY SERIES TOTAL </td>
    <td><div align="center">0</div></td>
    <td><div align="right">5,895</div></td>
  </tr>
  <tr>
    <td><div align="right">503</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/503.htm" target="Iframe">Repetitive Loss</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">0</div></td>
  </tr>
  <tr>
    <td><div align="right">510</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/510.htm" target="Iframe">Floodplain Mgmnt Planning (FPMP)</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">359</div></td>
  </tr>
  <tr>
    <td><div align="right">520</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/520.htm" target="Iframe">Acquisition &amp; Relocation</a></td>
    <td><div align="center">0</div></td>
    <td><div align="right">3,200</div></td>
  </tr>
  <tr>
    <td><div align="right">530</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/530.htm" target="Iframe">Retrofitting / Flood Protection</a></td>
    <td><div align="center">0</div></td>
    <td><div align="right">2,800</div></td>
  </tr>
  <tr>
    <td><div align="right">540</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/540.htm" target="Iframe">Drainage System Maintenance</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">330</div></td>
  </tr>
  <tr>
    <td><div align="right">500</div></td>
    <td>FLOOD DAMAGE REDUCTION SERIES TOTAL </td>
    <td><div align="center">0</div></td>
    <td><div align="right">6,689</div></td>
  </tr>
  <tr>
    <td><div align="right">610</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/610.htm" target="Iframe">Flood Warning Program </a></td>
    <td><div align="center">0</div></td>
    <td><div align="right">255</div></td>
  </tr>
  <tr>
    <td><div align="right">* 620</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/620.htm" target="Iframe">Levee Safety </a></td>
    <td><div align="center">0</div></td>
    <td><div align="right">900</div></td>
  </tr>
  <tr>
    <td><div align="right">630</div></td>
    <td><a href="http://www.loumetrohazmap.org/docs/630.htm" target="Iframe">Dam Safety</a> </td>
    <td><div align="center">0</div></td>
    <td><div align="right">175</div></td>
  </tr>
  <tr>
    <td><div align="right">600</div></td>
    <td>FLOOD PREPAREDNESS SERIES TOTAL </td>
    <td><div align="center">0</div></td>
    <td><div align="right">1,330</div></td>
  </tr>
  <tr>
    <td><div align="right"></div></td>
    <td>GRAND TOTAL (includes 1.10 Community Growth Adjustment)</td>
    <td><div align="center">0</div></td>
    <td><div align="right">14,850</div></td>
  </tr>
</table>
* Louisville Metro is not eligible for points in this activity
</body>

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Iframe Module [...  Using links to refresh 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.

 


SteadyRain
Founded in 1999, SteadyRain has extensive experience delivering Internet technology strategies and solutions for a diverse client base, ranging from Fortune 500 firms to successful start-ups.
www.steadyrain.com
AfterImage Internet Consulting and SEO Services
AfterImage provides search engine optimization (SEO), Internet consulting and hosting services for the Windows platform (IIS, ASP, SQL Server).
www.afterimage.nl/
Alki Homes - Seattle, WA
Exemplary service for your Seattle Real Estate needs. It's what you deserve from your Realtor®!
www.alkihomes.com

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