Advanced search  

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

Pages: [1]   Go Down

Author Topic: [solved] how to simulate "F11" and to force IE (or others ) to be full screen  (Read 9221 times)

0 Members and 2 Guests are viewing this topic.

MagicFlight

  • Coppermine newbie
  • Offline Offline
  • Posts: 13

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
« Last Edit: August 20, 2004, 10:19:38 pm by MagicFlight »
Logged

skybax

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 180
    • SKYBAX Communications

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

-T  8)
Logged
(https://forum.coppermine-gallery.net/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

  • Coppermine newbie
  • Offline Offline
  • Posts: 13

....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
Logged

skybax

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 180
    • SKYBAX Communications

Great to see you got it working.

-t
Logged
(https://forum.coppermine-gallery.net/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.
Pages: [1]   Go Up
 

Page created in 0.03 seconds with 19 queries.