Shroomery - Magic Mushrooms Demystified
|


Welcome to the Shroomery Message Board! You are experiencing a small sample of what the site has to offer. Please login or register to post messages and view our exclusive members-only content. You'll gain access to additional forums, file attachments, board customizations, encrypted private messages, and much more!
|
Redstorm
Prince of Bugs



Registered: 10/08/02
Posts: 44,174
Last seen: 4 years, 6 months
|
Need HTML Help
#2052079 - 10/29/03 12:04 AM (17 years, 4 months ago) |
|
|
I'm a newbie in this whole html thing, and I have a question. How do you make a link that will open up multiple websites? Only one title but it has to open up 3+ websites. I need thins for a presentation, so all help would be appreciated.
What I'm looking for is to be able to click one link and have it open 3+ pages at once.
Thanks in advance!
~Peace
|
Xochitl
synchronicitycircuit
Registered: 07/15/03
Posts: 1,241
Loc: the brainforest
|
Re: Need HTML Help [Re: Redstorm]
#2052520 - 10/29/03 02:12 AM (17 years, 4 months ago) |
|
|
three different websites or three separate windows?
-------------------- As we know, there are known knowns. There are things we know we know. We also know there are known unknowns. That is to say we know there are some things we do not know. But there are also unknown unknowns, the ones we don't know we don't know. -Donald Rumsfeld 2/2/02 Pentagon
|
Redstorm
Prince of Bugs



Registered: 10/08/02
Posts: 44,174
Last seen: 4 years, 6 months
|
Re: Need HTML Help [Re: Xochitl]
#2053174 - 10/29/03 10:34 AM (17 years, 4 months ago) |
|
|
I need one link to open three websites in three different windows.
~Peace
|
Xochitl
synchronicitycircuit
Registered: 07/15/03
Posts: 1,241
Loc: the brainforest
|
Re: Need HTML Help [Re: Redstorm]
#2053359 - 10/29/03 12:33 PM (17 years, 4 months ago) |
|
|
I am not sure how to do that. If anything, what you need will be some sort of popup javascript event that will not necessary work with all browsers. Try to play around with popups - that's probably the direction you'll want to go. good luck
-------------------- As we know, there are known knowns. There are things we know we know. We also know there are known unknowns. That is to say we know there are some things we do not know. But there are also unknown unknowns, the ones we don't know we don't know. -Donald Rumsfeld 2/2/02 Pentagon
|
MetaShroom
菌类人


Registered: 06/02/02
Posts: 1,462
Loc: East Anglia UK
Last seen: 13 years, 8 months
|
Re: Need HTML Help [Re: Xochitl]
#2053955 - 10/29/03 04:51 PM (17 years, 4 months ago) |
|
|
this isn't very elegant but it works.
In the first page have the body tag like this:
< body onLoad="window.open('open1.html')">
and in the 2nd page have the body tag like this:
< body onLoad="window.open('open2.html')">
and the 3rd page
< body onLoad="window.open('open3.html')">
you can specify the sizes and positions also like:
< bodyonLoad="window.open('open3.html','195,550').moveTo(225,10)">
only take away the space before the 'body'
--------------------
JOIN MAPS -> www.MAPS.ORG
Edited by MetaShroom (10/29/03 04:56 PM)
| |
|
|
You cannot start new topics / You cannot reply to topics HTML is disabled / BBCode is enabled
Moderator: trendal, automan 844 topic views. 0 members, 0 guests and 2 web crawlers are browsing this forum.
[ Print Topic ] | | |
|
|
|
|
|