|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
What I'm trying to do is the same that occurs when you press F11 or you go to See>Full Screen in IE 4.0 or 5.0. That is: all the toolbars dissapear except the Standard bar, that has the buttons reduced.
When I try to do this with window.open and the option "fullscreen=yes", all the bars dissapear. Can you help me? Thanks |
|
#2
|
|||
|
|||
|
Well this is about as close as you're gonna get.
window.open("yourpage.html","","resizable=yes,toolbar=yes,scrollbars=yes,menubar=no,status=no,directories=no"); To make it fullscreen from here you will need to detect the users screen width and height and then use those values to set the width and height of the new window using: width=widthvariable height=heightvariable added in your settings for the window.open command Spookster |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > How to open a fullscreen window that includes standard toolbar |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|