You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

opening multiple URLs using window.open in Safari 3

Anyone know how to write javascript to open multiple URLs at once using Safari 3? Code like this worked fine in Safari 2, but when I upgraded to 10.4.11, Safari 3 now only opens the first URL when the javascript is run.

window.open(url1);
window.open(url2);
window.open(url3);

Thanks!

BTW, I'm also using Saft (and had been using it before when this worked).

Posted on Jan 15, 2008 6:09 AM

Reply
1 reply

opening multiple URLs using window.open in Safari 3

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.