• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: IE Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >IE Applescript (From: Jon Lanclos <email@hidden>)

  • Prev by Date: Re: [OS X]getting email addresses with AppleScript
  • Next by Date: Re: [OFF] NeXT stupidity (was Re: Finding folder from its id)
  • Previous by thread: IE Applescript
  • Next by thread: Re: IE Applescript
  • Index(es):
    • Date
    • Thread