Jump to content


Links


6 replies to this topic

#1 Fez_uk

    Young Padawan

  • Members
  • Pip
  • 29 posts

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 Av-

    I Feel Left Out

  • Members
  • PipPipPipPip
  • 1,971 posts
  • Gender:Male
  • Location:10 ft. below sea level

Posted 29 September 2005 - 04:20 PM

im sure that can be done with javascript
dont know the code tho... im a js novice :)

#3 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

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 :P). No, they don't have to be the same. And yes, the height and width attributes can be changed for the second window.

#4 MillerTime

    Young Padawan

  • Members
  • Pip
  • 69 posts

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 Fez_uk

    Young Padawan

  • Members
  • Pip
  • 29 posts

Posted 30 September 2005 - 06:30 PM

More than one Url in one link.

#6 l3lueMage

    Wanna Be Moderator

  • Publishing Betazoids
  • PipPipPipPip
  • 4,596 posts
  • Gender:Male
  • Location:San Francisco Bay Area

Posted 30 September 2005 - 06:57 PM

I know you can make it so you can have it onload open to links

<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 :P

Edited by l3lueMage, 30 September 2005 - 06:57 PM.


#7 MillerTime

    Young Padawan

  • Members
  • Pip
  • 69 posts

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