[netscape] get text of window
[netscape] get text of window
- Subject: [netscape] get text of window
- From: Jacco Rens <email@hidden>
- Date: Tue, 12 Jun 2001 04:18:45 -0700
Hi all,
I'm currently working on a script that gets all text from an URL opened
in netscape,
and i want to paste this result in a FileMaker record for reference.
tell application "netscape"
activate
open url "www.yoururl.com"
repeat while busy is 1 of window 1
end repeat
--now i want to get the text (body) of the current window
end tell
i tried;
"set x to the text of window 1" but than the variable has no result !?
does someone know how to get the text from an active netscape window?
thanks,
Jacco
Netherlands