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