Grazie ale!
ma non funziona...![]()
dove sbaglio?
<html>
<head>
<title>
</title>
<script language="javascript">
<!--
function invia(){
var txt=document.modulo1.word.value;
location.href="pagina.htm?"+txt;
}
//-->
</script>
</head>
<body>
<FORM method="GET" name="modulo1">
<INPUT TYPE="text" name="word" size="12" ><INPUT type="button" VALUE="cerca" onClick="invia()">
</FORM>
</body>
</html>