View Full Version : No "Windows" bar
StefanG
08-20-2005, 03:35 AM
Hi,
Is there an option to open a new window without the blue windows bar on the top that usually stated the sites name and - MS IE...?
Stefan
No, there isn't. You can use a javax.swing.JWindow in a Java applet, but that's a rather complicated solution. You can also use a pseudo-window (a <div> that looks a bit like a window).
StefanG
08-20-2005, 04:33 PM
If the "pseudo-window" is to open with a link, could you elaborate on how to do that? Say the link is just called.. "New Window"?
Thank you.
Stefan
No, there isn't. You can use a javax.swing.JWindow in a Java applet, but that's a rather complicated solution. You can also use a pseudo-window (a <div> that looks a bit like a window).
Try http://www.dynamicdrive.com/dynamicindex11/abox.htm with some modification.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.