Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Version 5.6 LinkClick.aspxVersion 5.6 LinkClick.aspx
Previous
 
Next
New Post
6/25/2013 3:07 PM
 

 

We're setting up a website to display newletters via the drop down menus. Each newsletter is on it's own page. For example, imaging this is a drop down menu:

Newsletters
    Volume 14
        Issue1
        Issue 2
        Issue 3

Currenlty, selecting Newsletters->Volume 14->Issue 3 opens the newletter in the current browser window. This is inconvenient. We would like to be able to have the newsletter displayed in a new window. Does anyone know how to do this.

Below is an example of our LinkClick command

http://www.nonprofitorganization.org/...

Thanks,

MarkD

 
New Post
6/26/2013 2:20 AM
 

Hi,
Try to code like below mentioned

 <html>
<head>
<title>Pop URL on Select</title>
<script language="JavaScript" type="text/javascript">
<!--
function openPop(){
 var Sel_Ind = document.getElementById('myURLs').selectedIndex;
 var popUrl = document.getElementById('myURLs').options[Sel_Ind].value;
 winpops=window.open(popUrl,"","width=400,height=338,resizable,")
}
//-->
</script>
</head>
<body>
<select id="myURLs" onChange=" openPop();">
<option value="">Select a page...</option>
<option value="Newshttp://news.bbc.co.uk">News<...>
<option value="Musichttp://www.the-company.com">M...>
<option value="Laughshttp://www.b3ta.com">Laughs&...>
<option value="Searchhttp://www.google.com">Searc...>
<option value="Helphttp://www.sitepoint.com/forums"&...>
</select>
</body>
</html>

 
New Post
6/26/2013 2:23 AM
 
You could also take a look at this

http://uxguide.dotnetnuke.com/UIPatte...

Or if you really want that simple you can just add target="_new" in your linkgs
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Version 5.6 LinkClick.aspxVersion 5.6 LinkClick.aspx


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, 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 DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out