Use default browser in custom Apple Script?
I have the following simple Apple Script but I'd like the default browser to open the URL and not specifically Safari. Any ideas?
Thanks!
*tell application "Safari"*
activate
*do JavaScript "window.open('http://www.google.com')" in document 1*
*end tell*
Thanks!
*tell application "Safari"*
activate
*do JavaScript "window.open('http://www.google.com')" in document 1*
*end tell*
2.16GHz Intel Core 2 Dui iMac, Mac OS X (10.4.11)