Openning a HTML file in the default browser
I wish to open a locally stored HTML file (.html) in to the machine's default browser.
If browser is already up and running it should open the HTML file in the new tab and it should be in the focus.
I am not aware of how to find which is default browser and how to open a new tab.
Note:
The HTML file is created in the run time and I want this to be opened by my script in the end of its execution.
MacBook Pro, Mac OS X (10.5.8)