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...Administration ...Administration ...Script to open more than one linkScript to open more than one link
Previous
 
Next
New Post
10/10/2006 2:46 PM
 
I need to make a link that opens multiple websites in a their own windows.  I found a javascript that opens them individuallly, when you click them individually (Just like DNN already does & defeats the purpose).  However, I need about 5 to pop up at once, or one right after the other preferably...  Any ideas?
 
New Post
10/11/2006 10:18 AM
 
Haven't tried, but maybe works... http://www.quirksmode.org/js/popup.html

Rgds
 
New Post
10/11/2006 11:20 AM
 
Thank you for your quick response!  It just so happens that I found one that works for me before I got your post.  For any of you that has the same issue, this is what worked for me....

Open a Text/HTML module and put in this code...

<script type="text/javascript">
function open_win()
{
window.open("http://www.rx.com/")               *These of course you change to what you want*
window.open ("http://www.drugs.com/")
window.open("http://www.texasmutual.com/")

}
</script>

<form><input onclick="open_win()" value="Open Windows" type="button"> </form>

Worked like a charm!
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Script to open more than one linkScript to open more than one link


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