Re: how do you openurl in safari?
Re: how do you openurl in safari?
- Subject: Re: how do you openurl in safari?
- From: Ben Waldie <email@hidden>
- Date: Tue, 28 Oct 2003 12:02:09 -0500
Thomas,
You could try...
set theURL to "
http://www.apple.com"
tell application "Safari" to make new document with properties
{URL:theURL}
Or, the following will open the URL in any default web browser...
open location theURL
-Ben
Benjamin S. Waldie
President & CEO
Automated Workflows, LLC
484.744.1831
=============================================
AppleScript and Workflow Automation
Consulting - <
http://www.automatedworkflows.com>
AppleScript Info - <
http://www.applescriptguru.com>
AppleScript Training - <
http://www.applescripttraining.com>
=============================================
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.