Click to See Complete Forum and Search --> : Removing Browser graphical elements


aepiphid
04-24-2003, 07:53 AM
Ok, I've seen the code for this before, and I'm pretty sure it's just a simple instruction, but how do I go about removing ALL graphical elements from a popup window?

I'm not talking about the menu bar, tool bar, etc. (I know how to remove these) - I'm talking about the browser window borders, the titlebar, maximize, minimize, EVERYTHING. I believe the script allows the programmer to replace these elements with his or her own graphics, and I believe the function only works in IE (which is fine, this is an Intranet application and all 13,000 of us use IE).

This may be a CSS issue, and if so, I apologize for misplacing the thread.

AdamBrill
04-24-2003, 08:00 AM
Well, what you are looking for is a chromeless window. The problem is that IE6 no longer supports them. But, if you still want some code to do it, go to www.dynamicdrive.com and search for it. Like I said, it won't work in IE6, but it will in IE5, so...

aepiphid
04-24-2003, 08:09 AM
Yes! That's what it's called! Hmm...I'm surprised the chromeless feature is supported in such limited release. I wonder what went wrong...

Thanks!

AdamBrill
04-24-2003, 08:15 AM
Hmm... I just looked it up and it said that XP is what makes it not work. If you aren't running Windows XP, you might want to try this link: http://www.dynamicdrive.com/dynamicindex8/chromeless.htm