Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Variabile a popup

  1. #1

    Variabile a popup

    codice:
    <script type=\"text/javascript\">
     function chat() {
       var w = 660;
       var h = 440;
       var l = Math.floor((screen.width-w)/2);
       var t = Math.floor((screen.height-h)/2);
          window.open(\"chat/gcchat.php\",\"\",\"width=\" + w + \",height=\" + h + \",top=\" + t + \",left=\" + l);
    
     }
    
    </script> 
    <form method=\"GET\" action=\"javascript:chat();\">
    Nick: <input type=\"text\" name=\"nick\" size=\"25\">  <input type=\"submit\" value=\"Invia\" name=\"B1\">
    </form>
    </center>
    Alla pagina gcchat.php non arriva la variabile, come si può risolvere?



    Grazie ciao
    Fabzine.it: Il blog italiano sulla digital fabrication

  2. #2
    leggi la soluzione n. 8 della pillola di Mackey.

    ciao

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.