At 10:38 PM -0400 5/20/03, Bucky Edgett wrote:
>Dear Macintosh Pals,
>    OK, now, who will make me not just happy, but ecstatic, and tell me
>how--or point me to where I can read how--to get the window name parsed from
>the IE window, so that I can have AS and FMP put that string in the subject
>line of my new email record?

This should get the name of the front IE window.

tell application "Internet Explorer"
        set windowName to item 2 of (GetWindowInfo -1)
end tell

--

Rob Jorgensen
Ohio, USA