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, <[email protected]> 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
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode