View Single Post
Does anyone have an example on how to applescript a path to a nested bookmark. This script is from an earlier post by scb

tell application "OmniWeb"
tell favorites
set theaddress to address of bookmark "Quix"
end tell

tell front browser
OpenURL theaddress
end tell

end tell

This script also works using personal bookmarks in place of favorites.
How can I make it work if the bookmark "Quix" in another folder like:
Favorites/My Bookmarks/"Quix"