Re: Getting Internet Explorer 5.2 window name
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.