Visualizzazione dei risultati da 1 a 4 su 4

Discussione: Aiuto window.open

  1. #1

    Aiuto window.open

    VOrrei aggiungere l'opzione per aggiungere le SRCOLLBARS ma non ne capisco niente di JAVASCRIPT, dove devo aggiungerle?

    function Pagamenti() {
    var w = 760;
    var h = 560;
    var pw = Math.floor((screen.width-w)/2);
    var ph = Math.floor((screen.height-h)/2);
    window.open("pagamenti.html","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw);
    }

    :master:

  2. #2
    window.open("pagamenti.html","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw,"scrollbar=yes");

    PS: non ricordo se è scrollbar o scrollbars, prova
    xxx

  3. #3
    Va aggiunta la "S" ma non mi funziona

  4. #4
    RISOLTO!

    function Pagamenti() {
    var w = 760;
    var h = 560;
    var pw = Math.floor((screen.width-w)/2);
    var ph = Math.floor((screen.height-h)/2);
    window.open("pagamenti.html","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw +",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.