On or near 11/12/03 12:18 AM, David Wignall at [EMAIL PROTECTED] observed: > on 12/11/2003 9:02 AM, Allen Watson at [EMAIL PROTECTED] wrote: > >> On or near 11/10/03 10:58 AM, Laurie A. Duncan at [EMAIL PROTECTED] >> observed: > > <snip> > >>> What would the trick be to make it use a new TAB, rather than new window. My >>> safari prefs are set to open all clicked urls in a new tab, but the first >>> replacement you offer above overrides that. >>> >> I've looked at Safari's script dictionary, and there is no way I can see to >> specify using a new tab. Sorry. > > You have to do it via gui scripting. Something like > > tell application "Safari 2" to activate > tell application "System Events" > tell process "Safari" > click menu item "New Tab" of menu "File" of menu bar 1 > end tell > end tell
This would apply only to people using Panther, or who have downloaded the GUI scripting beta on Jaguar. -- Microsoft MVP for Entourage/OE/Word (MVPs are volunteers) Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site: <http://www.entourage.mvps.org/> AppleScripts for Outlook Express and Entourage: <http://members.thinkaccess.net/[EMAIL PROTECTED]/Scripts/> Entourage Help Pages: <http://www.entourage.mvps.org/> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
