How to determine the Window size in IE for a window to be opened from the COM API?

Posted by stwissel on Stack Overflow See other posts from Stack Overflow or by stwissel
Published on 2009-09-10T07:45:22Z Indexed on 2010/04/08 19:33 UTC
Read the original article Hit count: 360

Filed under:
|
|

I'm using the IE control embedded in an application. Works as advertised. When a user opens a new browser window I intercept the NewWindow2 event and force it into a new tab. However for a certain class of windows I want to allow a popup. Most notably a few windows legacy applications that use popup windows instead of Ajax for Date or Name pickers. How can I figure out that a window was requested by JavaScript window.open(...) or with a specific size? Thx for helping.

© Stack Overflow or respective owner

Related posts about ie

Related posts about com