Log in

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

Twey
08-20-2005, 10:48 AM
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).

Twey
08-20-2005, 07:06 PM
Try http://www.dynamicdrive.com/dynamicindex11/abox.htm with some modification.