Hi All,
I'm writing a Win32 embedded application. I have started with the mfcEmbed project and it's working fine. I need a way to open a new browser window that can be closed by a javascript call to window.close(). Normally only a window opened by a script can be closed by a script but this must just be a flag or something right? I do not want to use the LoadURI( "javascript:window.open(...);" ); method of an already existing window because there may not be another window open at the time.
Thanks! Bubu _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
