views:

193

answers:

2

We used to be able to use javascript in IE to produce a chromeless window...no buttons, scrollbars or even the standard edges of the browser window.

My question: Is there any way to accomplish this type of window look from the web with today's browsers?

+4  A: 

Nope, and because it was abandoned for security reasons (exploit example from 2004 here), it's not likely to come back. Sadly.

Related:

(all of these require setting up on the client's machine)

Pekka
That really sucks. How does window chrome compromise security?
Pierreten
@pierre see the link from 2004 I added.
Pekka
@Pirreten It makes a web application look like a native application to the user. Think the pages with 'click to scan your registry' GIFs in them which look like Windows windows, but worse.pages
Pete Kirkham
I guess if users are dumb enough to think a web app is native, they deserve to have some spyware installed.
Pierreten
Well...Thats what I thought, thanks.
AGoodDisplayName
@Pierreten I disagree. With a chromeless window, it's possible to emulate the look and feel of the guest OS down to the last pixel - in IE, IIRC, even with a customizable task bar icon. Stuff good enough to even fool a programmer, let alone an ordinary user.
Pekka
+1  A: 

mozilla just announced... http://github.com/mozilla/chromeless

Main link is this one: http://mozillalabs.com/chromeless
Peter Boughton