Visualizzazione dei risultati da 1 a 2 su 2

Discussione: F11

  1. #1

    F11

    Chi sa come si fa a far partire una pagina in visualizzazione F11?

    cioè a tutto schermo?

    grazie...
    if u are junior then Hallo!!!
    if u are senior then Cool!!!
    if u are a lady then Hi baby!!!

    http://www.solamentegratis.it

  2. #2
    con un javascript

    <a href="#" onClick="MachakFull('default.html','default.html') "...


    function MachakFull(Ie,other){
    x=screen.availWidth;
    y=screen.availHeight;
    target = parseFloat(navigator.appVersion.substring(navigato r.appVersion.indexOf('.')-1,navigator.appVersion.length));
    if((navigator.appVersion.indexOf("Mac")!=-1) &&(navigator.userAgent.indexOf("MSIE")!=-1) &&(parseInt(navigator.appVersion)==4))
    window.open(other,"sub",'scrollbars=yes');
    if (target >= 4){
    if (navigator.appName=="Netscape"){
    var MachakFull=window.open(other,"MachakFull",'scrollb ars=yes','width='+x+',height='+y+',top=0,left=0');
    MachakFull.moveTo(0,0);
    MachakFull.resizeTo(x,y);}
    if (navigator.appName=="Microsoft Internet Explorer")
    window.open(Ie,"MachakFull","fullscreen=yes");
    }
    else window.open(other,"sub",'scrollbars=yes');
    }

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.