html - How to open the homepage in FULLSCREEN with javascript without opening a new window? -


how open homepage in fullscreen javascript without opening new window ??

to start with, please don't that. changing browser size without user's consent annoying.

some modern browsers don't allow javascript resize browser window (i'm assuming mean full screen) if window wasn't opened script. way around change browser's configuration. so, essentially, if browser doesn't allow it, there's nothing can do. you'll have open new popup , resize fill screen (and annoy users).


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -