Click to See Complete Forum and Search --> : Chromless window


ramonkremers
01-03-2004, 09:50 AM
I'm using the chromeless windos for my website.
http://www.dynamicdrive.com/dynamicindex8/chromeless.htm
I'm looking for the code to display this chromeless window without a button to click first but just directly from the index.htm. This will skip 1 extra step for the visitors.

Next the scrpit always maximize to the screen resolutions. I also want to have the option to show it in a predivined window like 1024 - 768. I can make my website than fixed in this format with pictures and it will always look good.

Suggestions, pleas send it to me...

AdamGundry
01-03-2004, 02:02 PM
Chromeless windows do not work in the latest versions of IE (they fixed the security bug), nor at all in other browsers. If you open a popup window to a fixed size, that annoys users and causes problems for people with smaller screen resolutions trying to navigate your site.

A much better solution is coding a flowing layout in the first place, so your site looks ok regardless of window size.

Adam