[solved] how to simulate "F11" and to force IE (or others ) to be full screen [solved] how to simulate "F11" and to force IE (or others ) to be full screen
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[solved] how to simulate "F11" and to force IE (or others ) to be full screen

Started by MagicFlight, August 20, 2004, 09:49:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MagicFlight

HI,

even with my bad english... (special ;) for TranzDance),   i believe it is clear.

at the first loading of the first page (index) i would to be full screen,

could you , please, give me the code  i have to add, and where ?

Salut  from Paris

skybax

This would be a javascript related issue - try dynamic drive or a javascript resource site for a script to do this.

-T  8)
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.skybax.com%2FhotImage%2Fpost_footer.gif&hash=338b65c57a59f0b06311094e697c87794e43d945)
Don't contact me for support over PM or email unless I requested you to do so. Instead: post on the proper board.

MagicFlight

Quote from: skybax on August 20, 2004, 09:59:15 PM
....dynamic drive.....

nice proposition.

the code is :


<script language="JavaScript1.2">
<!--

/***********************************************
* Auto Maximize Window Script- (c) Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for this script and 100's more.
***********************************************/

top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->
</script>



thanks a lot for your help!

bye ;D

skybax

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.skybax.com%2FhotImage%2Fpost_footer.gif&hash=338b65c57a59f0b06311094e697c87794e43d945)
Don't contact me for support over PM or email unless I requested you to do so. Instead: post on the proper board.