![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello. I am a total beginner at html and I have just created a company profile web page in order to put it in a cdrom and use it as a company presentation. I have already managed the autorun thing, but I want the .html page that "autoruns" to open in full screen mode, just with the x button on top. Now I have tried to add some javascript that I found while searching the web but it doesn' t seem to work! Can anyone help me? Thnx |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
You can also add this code instead body onLoad="window.open('YOUR FILE OR URL','','fullscreen=yes',scrollbars=no')" With this code, you'll have a fullscreen... Without any possibility to close it except using Alt+F4... If you want the people to close it, you can add a close button inside your destination page (a button or an image) with this code in it: Example: input type="button" value="X" name="Close" onClick="window.close()" Nelson Therrien |
#5
| |||
| |||
|
|
How rude is that? |
![]() |
| Thread Tools | |
| Display Modes | |
| |