Go Back  Mac-Forums.com  > Software > OS X - Operating System > Use default browser in custom Apple Script?

Closed Thread
 
LinkBack Thread Tools
Old 06-08-2009, 11:30 PM   #1 (permalink)
kelly001

 
Member Since: Jun 08, 2009
Posts: 1
kelly001 is on a distinguished road
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!

Quote:
tell application "Safari"
activate
do JavaScript "window.open('http://www.google.com')" in document 1
end tell
kelly001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this post
Old 06-11-2009, 10:36 AM   #2 (permalink)
kcool127

 
Member Since: Jun 11, 2009
Posts: 1
kcool127 is on a distinguished road
Open html with default browser

Hi,

Just use the following line in your script:

open location "http://www.google.com"

This will open up the page in the default browser for your system. I have used this and it works fine but my browser window opens up in the background. Do let me know if you have any idea on how to get it to the foreground.
kcool127 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this post
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use external Hard drive as my main gottabethejays Switcher Hangout 11 05-25-2007 04:49 PM

 
 
 
     
Home Calendar Get New
     

Copyright ©2001-2009 Mac-Forums.com. All Rights Reserved. A division of iNET Interactive.

Other iNET Interactive Sites: Web Hosting Talk | Swish Talk | Hosting Catalog.com| Dev Papers| Deleted Domains| Hot Scripts

Powered by vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.