AGoodDisplayName
AGoodDisplayName

Reputation: 5653

How do I create a chromeless window?

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?

Upvotes: 0

Views: 8372

Answers (3)

AGoodDisplayName
AGoodDisplayName

Reputation: 5653

Chromeless windows are possible with OOB (out of browswer) silverlight apps in Silverlight 4. Below is a link a with a video with code and a video demonstrating how it looks and works.

http://www.silverlightplayground.org/post/2010/03/15/Chromeless-Window-for-OOB-applications-in-Silverlight-40-RC.aspx

Upvotes: 3

user486354
user486354

Reputation: 11

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

Upvotes: 1

Pekka
Pekka

Reputation: 449823

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)

Upvotes: 4

Related Questions