View Single Post
Quote:
Originally Posted by Terry
Never mind. As usual, it was a short between the ears. I was running the script without OmniWeb first having had focus. Dumb, dumb, dumb.
I'm running both lines and neither one works for me. Can you tell me what I'm doing wrong?

tell app "OmniWeb"
activate
set theURL to the address of tab
end

tell app "OmniWeb"
activate
set theURL to the address of browser
end