|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Full Page Website (Somebody HELP, Simple)
Hey i know this should be real simple but ive never had an interest or tried it before, can someone tell me how to make a website be a fulll screen website, from when it opens.
Example: Press F11 now, when that happens. Except i want the page to OPEN straight to a full screen and for it to STAY full screen so you cant press F11 and it goes back to being small if you know what i mean. STAY FULL SCREEN Im using dreamweaver, will it effect the way i design my page? Thanks in advance to whoever can help!!!! |
|
#2
|
|||
|
|||
|
try javascript you can do a pop up that opens with a tool bar
<!-- TWO STEPS TO INSTALL POPUP WINDOW: 1. Paste the first into the HEAD of your HTML document 2. Use the code to open the popup page on your site --> <!-- STEP ONE: Copy this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Idea by: Nic Wolfe (Nic@TimelapseProductions.com) --> <!-- Web URL: http://fineline.xs.mw --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=1024,height=768,left = 0,top = 0');"); } // End --> </script> <!-- STEP TWO: Use the following button code for the new window --> <form> <input type=button value="Open the Popup Window" onClick="javascript opUp('mypage.html')"></form> <!-- Script Size: 0.73 KB --> courtesy of http://javascript.internet.com/gene...pup-window.html
__________________
Free Forum hosting for clans |
|
#3
|
|||
|
|||
|
hi mate, sorry for the problems but i didnt quite understand what to do for part 2, sorry again, but can you please explain it to a young chap
sorta step by step coz i get the part where i put the step 1... but not step 2. |
|
#4
|
|||
|
|||
|
dont sweat bro i got it.
|
|
#5
|
||||
|
||||
|
grrrrr.....those things piss me off. please dont do that to people - your users will hate you if they are not in control - no toolbars and fullscreen that is inescapable
grrrrrr....
__________________
"I hate quotations." -ralph waldo emerson- |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Full Page Website (Somebody HELP, Simple) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|