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

-- 
fwiw
Dave


-- 
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/>

Reply via email to