Is there a way I can create one clickable link to open 4 different URL's as Browser tabs?
I tried to get it to work with window.open but can't figure out how to get multiple urls each on a new tab.
For example
<a href="#" onclick="window.open('http://google.com'); window.open('http://yahoo.com');">Click to open Google and Yahoo</a>
Thanks for your help