Re: IE Applescript
Re: IE Applescript
- Subject: Re: IE Applescript
- From: Fraser <email@hidden>
- Date: Sat, 23 Mar 2002 20:03:27 -0500
As long as you have something selected, the following should work. Or
parsing the results of getsource might work.
tell application "Internet Explorer"
set thewindow to the first item of (ListWindows)
set someInfo to GetWindowInfo thewindow
set theURL to item 1 of someInfo
set theTitle to item 2 of someInfo
set theSelection to do script "document.getSelection()"
end tell
On 3/22/02 12:45 AM, you wrote:
>
Does anyone have an Applescript that will save the web page being viewed to
>
Plain Text from Internet Explorer? Please email me.
>
>
Thanks
>
>
email@hidden
>
_______________________________________________
>
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.
_______________________________________________
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.