|
-
Mar 18th, 2007, 06:09 PM
#1
Thread Starter
Hyperactive Member
opening multiple links with one click?
what i'd like to do is open more than one link from one link click.
i have website urls's in my database, i can loop through each one but what code do i require to open each of these automatically too?
-
Mar 18th, 2007, 07:18 PM
#2
Re: opening multiple links with one click?
You can only do that in Javascript using window.open(). But i would not recommend that you do do it as it would be somewhat annoying for the user,
-
Mar 18th, 2007, 08:53 PM
#3
Re: opening multiple links with one click?
either that or you could make one link that had popups.
but anyway, yeah. both would be terribly annoying. if it was just for you, and not people browsing your website, it might be okay.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|