Possible Duplicate:
How to make in Javascript full screen windows (stretching all over the screen)
I am designing a web app with the front-end in javascript and jQuery. It would make sense for the app to take over the client's entire screen (not to be confused with just the browser's viewport). Essentially, I would like the user to be able to click a button to enter into this fullscreen mode. (If you are aware of Netflix's fullscreen mode, that's the functionality I'm looking for.)
Does anybody have any ideas as to how I might implement this?