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: Gary Lists <email@hidden>
- Date: Sat, 14 Dec 2002 08:41:54 -0500
On or about 12/14/02 8:15 AM, julifos wrote:
>
> IE 5.2x - this will NOT return the window Name/Title - any suggestions?
>
A third-party way...
>
>
tell application "Internet Explorer"
>
do script "document.title"
>
end tell
Which, BTW, doesn't really do anything useful, unless you:
tell application "Internet Explorer"
set x to (do script "document.title")
display dialog x -- or whatever
end tell
Just for the OP's benefit...
--
Gary
Incoming replies are auto-deleted.
Please post directly to the list or newsgroup.
Really need direct? Rot me at:
email@hidden
Lbhe fhowrpg zhfg ortva "abgwhax:" (ab dhbgrf)
Avpr gb zrrg lbh! Qba'g fcnz zr.
_______________________________________________
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.