On Mar 8, 2007, at 11:55 AM, slave wrote: > The standard javascript syntax for a new window is: > window.open(someuri,somename,some arguments like width and height) > > How do I write such a browser that can open new windows and > respects the > arguments like width, height and so on? Is there a way to do that?
Have you looked at the Language Reference entry for the HTMLViewer? The HTMLViewer control is a plain-jane HTML mechanism for creating a simple browser. It's not a full-blown web browser control. If you want the addition of javascript support (or anything more than simple HTML 4 support), you'll need to parse and manage the commands yourself. Tim -- Tim Jones [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
