View Single Post
Quote:
Originally Posted by Vician View Post
I'm not great at AppleScript, I've only wrote one for VisualHub thus far, but this does what you want:

tell application "OmniWeb"
set bookInfo to GetWindowInfo
set the clipboard to item 2 of bookInfo & " <" & item 1 of bookInfo & ">"
end tell
That got it. Thanks, Vician.