Ho questo codice:

<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<iframe src="prova.htm" name="prova" width="100" height="100">

</iframe>
<input type="text" name="textfield" onKeyDown="prova.location.href='http://www.alcotelfree.it">
</body>
</html>

Come posso passare nel indirizzo presente keydown il valore della casella di testo textfield?

Cioè dovrei passare:

http://www.alcotelfree.it?valore=VALORETEXTFIELD

Grazie a tutti!