Hallo, I'm using window.open() in order to pop-up a window. How can I strip the window of all the bars so it may look like a "floating <div>? Thanks.
You cannot strip ALL info from the window. There will always be the title bar, the close button, etc ... window.open( [sURL] [, sName] [, sFeatures] [, bReplace]) Passing the sFeatures parameter can help to strip most : http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp