full screen script
- Started
- Last post
- 20 Responses
- unknown
Im designing a site, and I want the browser to go full screen, (not to be confuse with the ones that you cant see the browser) I want the user to be able to navigate somewhere else, just his browser window gets as big as it can on every resolution.
is that posible?
thanks in advancepeace
- unknown0
DON'T DO IT...
full screens suck and only serve to annoy, i highly advise not using full screens. just my 2 cents.
:P
- jevad0
damn you and damn your kind.
I have that script - but it's locked up in a vault hundreds of miles below the surface of the earth..
don't do it. it's rude.
- unknown0
well, it's either that or I wont get paid, and if I dont get paid I cant buy ramen noodles, and If I dont get ramen noodles I get hungry, when I get hungry PEOPLE DIE!!!!
no seriously, Im not talking about the one that takes over the screen, and you only see the website, I want the browser to get as big as posible, so you can close it if you don't want to see it!!
dont make me kill you!! :)
- ribit0
of course it's not rude if it's just for your own use...
just don't make others suffer.
- ribit0
Do you warn the user that it will take over their whole screen?
Maybe they are using that screen for more useful things?
- jevad0
yeah but you are still making the browser go fullscreen without giving people the choice and it's REALLY annoying when people do that!
educate your client/boss dude!
- ribit0
and I still want a script that moves the users whole computer 1 inch to the right...
...and makes their mouse move in circles...
- unknown0
ok, I tried to educate him, he doesn't care this website is targeted for an audience that need
the screen to go big.
Im not asking you to tell me why I can't do it. Cause Im against it too.
but I HAVE TO DO IT.
anybody that can help me?thank you
- jevad0
WHY does the screen need to expand fullsize?
- unknown0
there is no need to warn them cause they will get paid to use the website, this is not going to be open to the public.
like I said is for a targeted audience.
so, anybody?
- unknown0
bump
- unformatted0
learn to use the "SEARCH" button down below.
believe it or not, this is not the first time it has been asked.
- jevad0
mate - justify why it has to go fullscreen and I'll give you the script!
- unknown0
Such a bugger that client... ;D I don't any way to do that so the full screen adapts itself to the screen res of the user whatever it may be. I don't think it can be made. Otherwise those suckers who make their sites full screen not caring about the user's res would do it. Well, maybe they wouldn't do it, they're basically a bunch of freakin' idiots who think that anyone is at a 1600x1200 resolution :p
- ribit0
theres so many sites with window scripts like this:
http://www.javascriptkit.com/scr…what makes a good full-screen script?
- unknown0
Jevad:
This website is a dynamic generated information website.
Is going to display information inside a company but running from a server, they are using 20 boxes that changes all the time with images and information, so the users have the information while they are sellin on the phone.
is that enough?
if it helps, none of you guys will ever see this website. unless you have a password.
- unknown0
bump
- jevad0
function doIt()
{
var y=window.screen.height;
var x=window.screen.width;
window.moveTo(0,0);
window.resizeTo(x,y);
}
- DD550
this is bad
- unformatted0
this must be the hardest script to find or something.