I'm looking for a way to have a single code file cause a browser to simultaneously launch multiple links in new tabs, in the most browser-independent manner possible.
Without going into gorey detail, I have created a program (exe) that dynamically generates multiple links (e.g. to reference material). I now need to be able to launch the default browser and open each link in a new tab. If the browser doesn't support tabs, then I need to open each link in a new window. I know I can do this with scripting, but I'm not sure of the most robust method. At a minimum, it should support all the most popular browsers, and be platform-independent as well. (I know, I'm not asking for too much Seeking advice and methodology.
Thanks in advance,
Mark
Without going into gorey detail, I have created a program (exe) that dynamically generates multiple links (e.g. to reference material). I now need to be able to launch the default browser and open each link in a new tab. If the browser doesn't support tabs, then I need to open each link in a new window. I know I can do this with scripting, but I'm not sure of the most robust method. At a minimum, it should support all the most popular browsers, and be platform-independent as well. (I know, I'm not asking for too much Seeking advice and methodology.
Thanks in advance,
Mark