Links
Started by Fez_uk, Sep 29 2005 04:15 PM
6 replies to this topic
#1
Posted 29 September 2005 - 04:15 PM
I was just wondering briefly is there a script that when cliked like a link, instead of openning one link it opens more than one link?
#2
Posted 29 September 2005 - 04:20 PM
im sure that can be done with javascript
dont know the code tho... im a js novice
dont know the code tho... im a js novice
#3
Posted 29 September 2005 - 06:04 PM
<a href="URL" onClick="window.open('URL', '', 'width=400,height=300');">LINK</a>
Thats one way. There are a few others, but you should get the just of it.p.s. the 2 URL's can be changed to what ever (as long as they're a url
#4
Posted 30 September 2005 - 01:15 PM
hmm..are you talking about opening more than one urls with just one link? or just opening a link in a new window?
#5
Posted 30 September 2005 - 06:30 PM
More than one Url in one link.
#6
Posted 30 September 2005 - 06:57 PM
I know you can make it so you can have it onload open to links
maybe you can do something with that, like have the link link to that page...then have that page open the other windows or something
<body onload="MM_openBrWindow('http://www.google.com','','');MM_openBrWindow('http://www.yahoo.com','','')"></body>
maybe you can do something with that, like have the link link to that page...then have that page open the other windows or something
Edited by l3lueMage, 30 September 2005 - 06:57 PM.
#7
Posted 30 September 2005 - 09:33 PM
there could be an easier way..but i guess you can do that
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
