Visualizzazione dei risultati da 1 a 4 su 4

Discussione: modifica script pop-up

  1. #1

    modifica script pop-up

    ciao!

    mi serverebbe che in qst pop-up:

    ------------------------------------
    <head>
    <script type="text/javascript">
    <!--
    function PopupForum() {
    var w = 800;
    var h = 600;
    var l = Math.floor((screen.width-w)/2);
    var t = Math.floor((screen.height-h)/2);
    window.open("http://www.birikkino.com/forum","titolo","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    }
    //-->
    </script>
    </head>
    <body>
    Forum
    </body>
    ------------------------------------

    si veda la barra di scorrimento verticale...cosa devo aggiungere al codice qui sopra?

  2. #2
    Utente di HTML.it L'avatar di Xinod
    Registrato dal
    Sep 2000
    Messaggi
    13,649
    window.open("http://www.birikkino.com/forum","titolo","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=1");
    ciao

  3. #3
    grazie!

  4. #4
    senti, e se invece che a un link lo applicassi ad un tasto?

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.