|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ive been to sites that when you enter them it forces full screen. i would like to use this on my site. please help!!
|
|
#2
|
|||
|
|||
|
You can do this:
window.open('openme.htm','TestNoBorder','fullscreen=yes'); Put that in a link and the window you open will be fullscreen, IE only though. If you want you can combine it with this function in the head of the file you open: function centerMe() { var avWidth var avHeight avWidth = window.screen.availWidth / 3; avHeight = window.screen.availHeight / 0,5; window.resizeTo('500','50'); window.moveTo(avWidth, avHeight); } Then call it in the body tag like this: onLoad="centerMe()" scroll="no" This way you get a totally borderless window in the size you specify ![]() Remember to put a "close()" command somewhere though. G'luck! Dan |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > force full screen |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|