Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

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

0 Members and 1 Guest 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
(http://www.skybax.com/hotImage/post_footer.gif)
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
(http://www.skybax.com/hotImage/post_footer.gif)
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.033 seconds with 20 queries.