# Borderless window example, XP bug

**URL:** https://forum.kirupa.com/t/borderless-window-example-xp-bug/23838
**Category:** web dev
**Created:** [June 23, 2003, 2:07am UTC](https://forum.kirupa.com/t/borderless-window-example-xp-bug/23838 "2003-06-23T02:07:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sdalbert](https://avatars.discourse-cdn.com/v4/letter/s/779978/32.png) [@sdalbert](https://forum.kirupa.com/u/sdalbert)
#### Post date: [June 23, 2003, 2:07am UTC](https://forum.kirupa.com/t/borderless-window-example-xp-bug/23838/1 "2003-06-23T02:07:26Z")

</div>

I installed an example script from this site to initiate a chromeless window, and it works great…for Windows 2000 and lower. The link is [http://www.kirupa.com/developer/flash5/borderless.htm](http://www.kirupa.com/developer/flash5/borderless.htm) - so far, every person with XP I’ve gotten to help me has said that the window that pops up shows full-screen instead of the chosen dimensions. If anyone else uses or has used this script, or might know of a quick fix, please respond. If the script would have to be completely rewritten, I’m not that concerned with it. In that case, an OS detection script of some kind would come in really handy.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 23, 2003, 2:33am UTC](https://forum.kirupa.com/t/borderless-window-example-xp-bug/23838/2 "2003-06-23T02:33:43Z")

</div>

It’s not an XP bug, IE6 SP1 stopped supporting chromeless windows.

There is a rework of it at [http://www.chromeless.org/](http://www.chromeless.org/) that works, but I don’t recommend using chromeless windows… why you may ask…

1. They are just flat out annoying.

2. They only work in IE on Windows. This means any other browser, and any other OS will show just a standard pop-up… so whats the point in using it?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 23, 2003, 3:01am UTC](https://forum.kirupa.com/t/borderless-window-example-xp-bug/23838/3 "2003-06-23T03:01:53Z")

</div>

I only liked it for the visual effect it offered on my site. How about a good browser and/or OS detection script of some kind? Flash would be ok. Thanks for your help too.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 23, 2003, 3:07am UTC](https://forum.kirupa.com/t/borderless-window-example-xp-bug/23838/4 "2003-06-23T03:07:14Z")

</div>

Kirupa just added up a new tutorial for Browser Detection 😉

[http://www.kirupa.com/web/browser\_detect.htm](http://www.kirupa.com/web/browser_detect.htm)

As for OS detection, i’m pretty sure it is possible, but more complex than browser detection, and I don’t really see a need for OS detection as if it works on a browser type, it usually works in most OSes, I think the only browser this wasn’t true for was IE on Macs, but i’m not 100% on that.
