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  |  

Maximum ASP
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Webhost4Life - $4.95 Windows Hosting
 


  Sponsors  

Meet Our Sponsors

Portal Webhosting - Hosting For Developers
Red-Gate Software
MaximumASP
SourceGear - Tools for Developers
.: CounterSoft :.
telerik
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Iframe Module [...  Using Querystring
Previous Previous
 
Next Next
New Post 3/2/2008 4:07 AM
User is offline sfarber
43 posts
www.strategybank.co.il
10th Ranked


Using Querystring 

Hello.

I have a page on DNN the uses IFRAME.

I want the IFRAME to add querystring to the src, but the parameter will be from another Module (Links for example).

In simple word, when a user press a link from Side pane, The Content pane (With the IFRAME) will open a source with querystring.

For example, if a user press "setup" link, the IFRAME shold direct to www.somelink.com?qry=setup

 

How can it be done?

 
New Post 3/2/2008 11:04 AM
User is offline Vitaly Kozadayev
687 posts
www.continure.com
7th Ranked






Re: Using Querystring 

Hello.

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 4/4/2008 6:01 PM
User is offline hsadh
1 posts
10th Ranked


Re: Using Querystring 
Hello, Is there a way to achieve the same results without using javascript as I would like to avoid problems with client pc's that have javascript disabled. Thanks
 
New Post 4/5/2008 3:42 AM
User is offline Stefan Cullmann
1453 posts
6th Ranked








Re: Using Querystring 

I f client pc's have javascript diasabled, they are going to run into much more trouble then just iframe. For instance disable js and go to dotnetnuke.com, try to navigate (menu is gone) or try to login... 


Stefan Cullmann - stefan.cullmann [at] dotnetnuke.com

forms & Lists (UDT5.0) will be the next major release of the User Defined Table project.
A first Preview is available, though it requires DotnetNuke 5 (Beta 5).

Need to import external data to a UDT? Try http://www.codeplex.com/Csv2UDTImport

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Iframe Module [...  Using Querystring
 


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.

 


DotNetNuke® in Sweden
All service of DotNetNuke® in Sweden.
Olsmar Konsult
Overlook Technology
Website Development, DotNetNuke Consulting, Module Development, Portal Management
OverlookTechnology.com
DeutschNetNuke = DotNetNuke in German
DeutschNetNuke provides all DotNetNuke related services in German (and English).
www.DeutschNetNuke.de

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