Re: Keeping a text-entry in the background, or a work-around
Re: Keeping a text-entry in the background, or a work-around
- Subject: Re: Keeping a text-entry in the background, or a work-around
- From: Clint Hoxie <email@hidden>
- Date: Thu, 29 Nov 2007 16:48:37 -0700
I've now put together three tips and have gotten what I want, which is
a new window, with all the URLs from my list populated into new tabs.
It leaves a homepage tab as the first tab (so I get three tabs out of
a list of 2), but I can live with that. Thanks, everyone.
Clint
----------
set urlList to {"http://dogpile.com", "http://www.rediscovermt.com/"}
tell application "Safari"
set win to (make new document at beginning) -- becomes window 1
end tell
repeat with i in urlList
tell application "Safari"
open location i
end tell
end repeat
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden