Re: applescripting internet explorer ?
Re: applescripting internet explorer ?
- Subject: Re: applescripting internet explorer ?
- From: Irwin Poche <email@hidden>
- Date: Sun, 16 Sep 2001 13:10:57 -0500
I don't think you can.
What you can do is have Apple Script look in the source code for a page for
what you're looking for. Something like this will work...
tell application "Internet Explorer"
set HTMLcode to GetSource (ListWindows)
manipulate HTMLsource
end tell