Quote:
Originally posted by www.Bildo.org
What I need is a script for my website...( I am currently editing as a Local on my puter ) the script I need is one that will, FULL SCREEN just exactly like clicking F11 when your using Internet Explorer. My website is best viewed like that. What I would like is when someone goes to one of my pages it just causes their browser ( Internet Explorer ) to lose most of it's toolbars and Full screen like I said. It is really hard to find exactly what I want. It would be best if it was in HTML, but java script i guess i could live with. I just don't want it so that they have to click a button to full screen, i just want it to happen. I just need the script so i can put it in all my pages, thanx
|
Hmm, from a design standpoint, I would have to recommend you not to try to do this, as it will look quite bad at some resolutions. But viewing your site, I guess you aren't too worried about the design aspect.
Other than that, I have Mozilla set to not change sizes on me, and not to open any new windows, so I guess I don't have to worry about it.
But as far as your question goes, there is no way in pure HTML to do what you are asking. You will have to incorporate at least some Javascript into it, finding out the user's resolution, and then forcing a window with that resolution. As annoying as that is, to accomplish your task look into javascripts for 'window resizing', and 'finding a user's resolution', and combine the two.