url question
Kay C Lan
lan.kc.macmail at gmail.com
Sat Sep 13 21:28:21 EDT 2014
If you are on OS X and Safari you can 'do statementList as applescript'
tell application "Safari"
repeat with t in tabs of windows
tell t
if name starts with "google.com" then close
end tell
end repeat
end tell
Other browsers YMMV
On Sat, Sep 13, 2014 at 1:54 PM, <larry at significantplanet.org> wrote:
> Hello,
>
> I use the following:
>
> launch url myUrl
>
> and LC opens a browser tab in my default browser - cool.
>
> My question is this:
>
> Is there any way to close that tab when I want to?
>
> TIA
> Larry
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list