• 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: Getting Internet Explorer 5.2 window name
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting Internet Explorer 5.2 window name


  • Subject: Re: Getting Internet Explorer 5.2 window name
  • From: Timothy Bates <email@hidden>
  • Date: Sat, 14 Dec 2002 13:49:26 +1100

> My goal: I would like to be able to copy to the clipboard: The URL and the
> window name of the top most window on Internet explorer 5.2x . Currently, I
> am able to copy only The URL - and I am unable to grab the window
> Name/Title.

GetWindowInfo returns {url, title}

tell application "Internet Explorer"
set theWind to item 1 of (ListWindows)
return item 2 of (GetWindowInfo theWind)
--> title of window 1
end tell
_______________________________________________
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: 
 >Getting Internet Explorer 5.2 window name (From: "Domains4Days.com" <email@hidden>)

  • Prev by Date: remote with applescript
  • Next by Date: Re: Getting Internet Explorer 5.2 window name
  • Previous by thread: Getting Internet Explorer 5.2 window name
  • Next by thread: Re: Getting Internet Explorer 5.2 window name
  • Index(es):
    • Date
    • Thread