Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Pop Up

  1. #1

    Pop Up

    Ho un problemino sul pop up
    non riesco da dare un'altezza da me definita su questo codice:
    ***********************
    on (release) {
    nameWin = "pippo"
    uUrl = "pippo.htm";
    wdth = "300";
    hdth = "300";
    scrollbars = "no";
    toolbar = "no";
    menubar = "no";
    resizable = "no";
    status = "no";
    location = "no";
    left = "((screen.availWidth/2)-(" add wdth/2 add "))";
    top ="((screen.availHeight/2)-(" add hdth/2 add "))";
    getURL ("javascript:window.open('" add uUrl add "','" add nameWin add "','height =" add hdth add ",width=" add wdth add ",top='+" add top add "+',left='+" add left add "+',toolbar=" add toolbar add ",scrollbars=" add scrollbars add ",resizable=" add resizable add ",status=" add status add ",menubar=" add menubar add ",location=" add location add "'); void(0);");
    }
    ***********************
    riesco a gestire la larghezza ma su
    hdth = "300";
    non c'e' verso

    chi puo' dirmi che posso fare

    ciao
    GeorgiaWD

  2. #2

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.