• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Keeping a text-entry in the background, or a work-around
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: Keeping a text-entry in the background, or a work-around
      • From: Malcolm Fitzgerald <email@hidden>
References: 
 >How do I use UI scripting to click a button in a save dialog in TextEdit in Leopard? (From: Laine Lee <email@hidden>)
 >Keeping a text-entry in the background, or a work-around (From: Clint Hoxie <email@hidden>)
 >Re: Keeping a text-entry in the background, or a work-around (From: Peter Baxter <email@hidden>)

  • Prev by Date: Re: force quit
  • Next by Date: mail message viewers
  • Previous by thread: Re: Keeping a text-entry in the background, or a work-around
  • Next by thread: Re: Keeping a text-entry in the background, or a work-around
  • Index(es):
    • Date
    • Thread