[plt-scheme] mysterx InternetExplorer.Application NewWindow2
On Fri, 27 Jun 2003, Paul Steckler wrote:
> The MS docs say that the event does not occur when you select Window|New
> from
> the IE menu. Is that the situation here?
No. I'm following a link which opens a new window.
<a href="http://www.ucsd.edu" target="_blank">UCSD</a>
If you run the test code, which opens hci.ucsd.edu,
then click on the UCSD link, UCSD will open in a
new window without generating NewWindow2.
I have similar code in VB and it does get a NewWindow2 event.
I'm about to write some C++ code to also test this.
I forgot to mention that I'm running PLT 204 and mx-version 204.
Thanks,
Ron
stanonik at cogsci.ucsd.edu