Re: theSIMS -- Applescript copy paste from Explorer
Re: theSIMS -- Applescript copy paste from Explorer
- Subject: Re: theSIMS -- Applescript copy paste from Explorer
- From: Andy Wylie <email@hidden>
- Date: Sun, 17 Mar 2002 11:16:21 +1200
on 16/3/02 11:21 AM, Xandra Lee at email@hidden wrote:
>
Has anyone found an applescript only way to copy text from an Explorer
>
window.
>
maybe of interest (IE v5.1.3)...
tell application "Internet Explorer"
Activate
puppet menu {"Edit", "Select All"} --Akua, keystrokers?
set theText to (get selected text)
set the clipboard to theText
end tell
--------------
I recall a flakey 'copy' command now absent from IE's dictionary.
_____________________________ Andy
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.