Menu

IE popup windows support

Help
2004-08-16
2004-08-16
  • Brian Knorr

    Brian Knorr - 2004-08-16

    Has anyone been able to get popup windows to work utilizing the NewWindow2 event?  We would love to use IECanvas, but one of our firm requirements is pop up window support.

    Thanks,

    Brian

     
    • Torgeir Veimo

      Torgeir Veimo - 2004-08-16

      Patches are welcome. It's not that difficult.

       
    • Torgeir Veimo

      Torgeir Veimo - 2004-08-16

      What you need to do is described here: http://support.microsoft.com:80/support/kb/articles/Q184/8/76.ASP

      Basically upon receiving the event you create a new browser instance and return a pointer to that instance. There is example code in the url above to do that. You will probably want to add some additional java logic to keep track of new browser instances.

       

Log in to post a comment.