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?
Printable View
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?
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,
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.