View Full Version : Someone has made fullscreen effect.. how?
wontgetlost
02-05-2003, 10:50 PM
Okay, I have never seen this before and it is awesome!
Could someone please tell me how this is done?
Click on the link and go to the large pic of Ariel, then click on her.
The page opens into a full screen without the navebar!!
http://forum.fok.nl/showtopic.php/253201
Thanks in advance :)
Borgtex
02-05-2003, 11:20 PM
Originally posted by wontgetlost
Okay, I have never seen this before and it is awesome!
My condolences. You just discovered the hateful fullscreen mode :(
Anyway, here's how it's done:
window.open("whatever.htm","","fullscreen")
whammy
02-06-2003, 12:34 AM
P.S. You cannot do this with your "original window"... I say this because generally this is the next question asked in this case.
In order to open a window fullscreen, or in any other way that alters the normal browser view, you have to open a new window.
:)
wontgetlost
02-06-2003, 01:32 AM
Okay, I totaly expected an answer like this...
Please, check it again. This is not any kind of fullscreen I have ever seen. This one when you undo the fullscreen by clicking on the resize window box in the upper right hand corner puts it in a window WITHOUT the "e" in the upper left hand corner so all you can do to close the window is click on the pic or hit alt f4.
Now, someone, please give me a clue ???
Maybe the code?
Borgtex
02-06-2003, 02:38 AM
It's even more terrific: channelmode=yes, fullscreen=yes
:eek:
wontgetlost
02-06-2003, 03:09 AM
could you put that all together for me so I can test it?
TIA (Thanks In Advance)
Borgtex
02-06-2003, 10:45 AM
window.open("whatever.htm","","fullscreen=yes,channelmode=yes")
I can't believe you're encouraging him... :)
Actually, fullscreen makes really great splash screens. I usually close them myself after about 3 seconds of user exposure, cause they're scary to people who dont' know how to hit, for instance, control-w (to close the browser window).
Roelf
02-06-2003, 11:39 AM
it's a good thing that most of you don't speak dutch, otherwise the link would be removed because of explicit sexually oriented language
Mhtml
02-06-2003, 12:01 PM
Originally posted by Roelf
it's a good thing that most of you don't speak dutch, otherwise the link would be removed because of explicit sexually oriented language
Really? Got any examples? ;)
brothercake
02-06-2003, 12:07 PM
I doesn't work for me - I just see the forum thread ..
... because I have my browser set to prevent javascript from automatically opening, moving or manipulating unrequested windows ;)
Roelf
02-06-2003, 12:08 PM
Originally posted by Mhtml
Really? Got any examples? ;)
if i would post the info translated, i would be banned from this forum :D
Hoe wil je dat doen dan?
sorry, couldn't resist... you're right, I don't understand a word of it. It looks a lot like german.
Hey aren't we all, like, bilengual at least? I mean, we speak english (sorta), JavaScript is a language (which we all know fluently, better even than english, eh?), and even HTML, which is a markup LANGUAGE.. . I can't tack on C++, C, Ada, Fortran, Spanish, Java, Perl, and a few others, and I'm sure ALL of you have two or three at least each.
Kewl... we're eDuK8ID!!!!!!!
wontgetlost
02-07-2003, 01:59 AM
Originally posted by Borgtex
window.open("whatever.htm","","fullscreen=yes,channelmode=yes")
Thanks Borgtex, that worked!!
I know, I know, we all hate that full screen stuff..
but to be truthfull, I've been looking quite a long time, especially up until a year or so ago for something that will actually make a page go true fullscreen.. now, if I could just get rid of those scrolll bars... :D
I think you can get rid of the scrollbars using CSS, cascading style sheets. Anyone know the overflow properties? I remember hearing about them...
beetle
02-07-2003, 03:51 PM
Aye, some universities will give you a foreign language credit for programming. ;)
cg9com
02-07-2003, 03:54 PM
Originally posted by Beck
I think you can get rid of the scrollbars using CSS, cascading style sheets. Anyone know the overflow properties? I remember hearing about them...
overflow supports
hidden
visible
scroll
auto
example - overflow:auto;
wontgetlost
02-07-2003, 04:33 PM
Originally posted by cg9com
overflow supports
hidden
visible
scroll
auto
example - overflow:auto;
Hidden worked great! I put it in the body of the called for page.
the result is the best full screen I've been able to achieve.
I have seen popups that take over your whole screen though. Only way to get rid of them is alt f4, but those are nasty and I would never stoop that low.
PS, thanks also for your help Beck :)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.