Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'OmniWeb version of save selected text' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
OmniWeb version of save selected text
Authored by: Krioni on Feb 23, '04 03:18:32PM
To do this in OmniWeb: (in place of the tell app "Safari"...end tell part)

tell application "OmniWeb"
	set myURL to address of browser 1
	set myData to do script "getSelection();" window browser 1
end tell

Then add in the rest of the parent poster's script.

[ Reply to This | # ]