-
Opening a browser window with specific properties
A week ago, I asked how to open a browser window from an applet. The
reply was to use the Applet.showDocument() method. This worked great,
but I now have another related question:
Is there any way to open a new browser window at a certain location with
a certain size, and toolbar properties? In javascript, there is the
window.open() method which opens up a new window with these specific
properties. Can you do this in java??
Thanks,
Rocco
-
Re: Opening a browser window with specific properties
Rocco Balsamo <balsar@rpi.edu> wrote:
>A week ago, I asked how to open a browser window from an applet. The
>reply was to use the Applet.showDocument() method. This worked great,
>but I now have another related question:
>
>Is there any way to open a new browser window at a certain location with
>a certain size, and toolbar properties? In javascript, there is the
>window.open() method which opens up a new window with these specific
>properties. Can you do this in java??
>
>Thanks,
>Rocco
>
You can call showDocument(url,target) to specify which browser window to
display. You can create the browser using javascript and then using this
call to show it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks