Internet Explorer (GetSource) Inconsistently Returns HTML Source Code
Internet Explorer (GetSource) Inconsistently Returns HTML Source Code
- Subject: Internet Explorer (GetSource) Inconsistently Returns HTML Source Code
- From: Dave Moen <email@hidden>
- Date: Sat, 06 Jan 2001 07:29:00 -0700
Hello,
Having problems, with getting the HTML Source Code from Microsoft Internet
Explorer 5; this Apple Script works most of the time. However, I often get
an error message as follows: Finder got an error: Some data could not be
read
tell application "Internet Explorer"
Activate
set vTargetSource to (GetSource 1)
tell application "Finder"
set the clipboard to vTargetSource
end tell
end tell
Any thoughts or recommendations would be greatly appreciated :-)
Thanks in advance for your assistance.
Best Regards,
Dave Moen