Please good people :)
I'm working on a simple browser which our company would use for intranet
appliaction. IE and all modern browsers and even plugins which lean into
our customers' browsers have popup blockers and some of our intranet
applications behave as popups.. So that we desided to create our own
simple browser.
I used a htmlviewer component as a main component of the browser. It
works great, but how do I force this component to open popups just like IE?
javascript:
window.open('http://google.com','google',width=400,height=300');
Is there any way to teach my application to open whis window made by
javascript code with the width and height?
Thanks a lot
--
Miroslav Sedlar, rb2007
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>