SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
Thread: Changing Window to Fullscreen?
-
Jan 14, 2003, 09:21 #1
- Join Date
- Jun 2001
- Location
- Toronto, Canada
- Posts
- 9,123
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
Changing Window to Fullscreen?
How would I go about changing a window to fullscreen mode onLoad?
-
Jan 14, 2003, 09:57 #2
- Join Date
- Oct 2001
- Location
- Texas
- Posts
- 598
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
The only thing I have seen that opens a website fullscreen is via javascript and opening a new window. Try this site out... maybe it will be something along your lines http://innatmorrobay.com/launch.asp
-
Jan 14, 2003, 09:58 #3
- Join Date
- Jun 2001
- Location
- Toronto, Canada
- Posts
- 9,123
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
I know how to open a window fullscreen, it'd just suck to have to do that. Ah well, guess it has to be that way then...
-
Jan 15, 2003, 07:45 #4
- Join Date
- Jun 2000
- Location
- Sydney, Australia
- Posts
- 3,798
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Well, I am no javascript guru - so I don't know how compatible this is and it is untested, but my hunch would be to try this:
window.resizeTo(screen.width, screen.height);
-
Jan 15, 2003, 08:19 #5
- Join Date
- Jun 2001
- Location
- Toronto, Canada
- Posts
- 9,123
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
Yeah, that'll resize it to the screensize, but not change it to fullscreen mode
Thanks though
Bookmarks