Error with clipboard in OS 8.1
Error with clipboard in OS 8.1
- Subject: Error with clipboard in OS 8.1
- From: Lars DeRuntz <email@hidden>
- Date: Thu, 24 Jan 2002 14:13:19 -0800
tell application "Internet Explorer"
Activate
OpenURL "
http://www.yahoo.com/"
set alphaSource to GetSource
end tell
tell application "Finder"
try
copy (alphaSource as text) to the clipboard
on error
set the clipboard to (alphaSource as text)
end try
end tell
I get an error, but can't make out why. Anyone have an answer, or guidance?
Thanks,
Lars DeRuntz