Ho creato la pagina seguente.....
il form serve per inviare il dato al programma che è dentro l'iframe... il prg fa la ricerca ed al ricaricamento dovrebbe restituire il valore!
Ma non lo fa'......
So che c'è un errore di logica! ma non lo trovo!!
sarà la stanchezza. Please Help ME!![]()
<html>
<head>
</head>
<BODY BGCOLOR="powderblue">
<form action="default.html" method="get">
<table width="100%">
<tr>
<td>
Codice
<input class="caselladitesto" type="text" name="ql" value="" size="12">
<input type="image" aling="right" name="Cerca" src="http://.../images/pulsante_cerca.gif" border="0" alt="Avvia Ricerca">
</td>
</tr>
<tr>
<td bgcolor="powderblue" align="center" valign="top">
<iframe src="http://.../xxx.asp?ql=ql" name="ricerca" frameborder="0" scrolling="no" width="100%" height="350"></iframe>
</TD>
</TR>
</TABLE>
</form>
</body>
</html>