Originally Posted by mendhak
Whoever said it isn't possible was right... to understand why, you need to know what a hyperlink is. It's just a bit of text that sits on a page; when a user clicks on it, the browser creates a request and navigates to the target page. You want that when the page is loaded, the javascript goes over and automatically clicks on all of the hyperlinks. That doesn't make sense, because only one link at a time will ever work. For example, when you go to the home page on vbforums, you can only left click on one hyperlink - it will take you to that page. Linear flow. You can't be in multiple places at the same time in the same window.
You can get your javascript to go through the hyperlinks, get the URLs and force new popup windows that go to those URLs.