Under Tiger, Safari (even the beta 3.0) handles:
open (html_file as alias)
by creating a new window and opening the designated file in it. I use
that in one of my scripts.
I upgraded to Leopard and this behavior changed. Under Leopard, Safari
opens the designated file in the current tab of the current window.
On top of that, Safari doesn't respond to 'make new window' command. It
returns a window reference, but it doesn't actually create a new window.
Any ideas?