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: "J. Stewart" <email@hidden>
- Date: Fri, 30 Nov 2007 05:29:17 -0500
On 11/30/07 at 6:27 PM, Peter Baxter <email@hidden> spake thusly:
You don't need to make such a deal of this. Try this script with your pages in it.
set urlList to {"http://www.whitepages.com.au/wp/index.jsp", "http://www.littlegolem.net/", }
set numURLs to (count urlList)
repeat with i in urlList
tell application "Safari"
open location i
end tell
end repeat
Depending on the way you've set Safari's preferences this may
open a new window for each item not a tab. The OP requested tabs.
JBS
--
Experience should teach us to be most on our guard to protect
liberty when the Government's purposes are beneficent. Men born
to freedom are naturally alert to repel invasion of their
liberty by evil-minded rulers. The greatest dangers to liberty
lurk in insidious encroachment by men of zeal, well-meaning but
without understanding. -Justice Louis D. Brandeis, dissenting,
Olmstead v. United States
_______________________________________________
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