The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniWeb General (http://forums.omnigroup.com/forumdisplay.php?f=8)
-   -   applescript & tabs (http://forums.omnigroup.com/showthread.php?t=2151)

forum member 2006-11-16 08:53 AM

applescript & tabs
 
How do I get a script to open urls in new tabs?

I know that I can set preferences to open new links in new tabs. I'd prefer not to do that. I know that I've scripted for other browsers and was able to open urls in new tabs. Does anyone know if there's a way to do that in OmniWeb?

forum member 2008-01-25 08:30 AM

[code]tell application "OmniWeb"
make new tab at end of tabs in front browser
with properties {address:"http://google.com"}
end tell[/code]


All times are GMT -8. The time now is 12:21 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.