oki ahora pega el código así
Código PHP:
<font size=2><b>Captura Clave Producto</b></font>
<table border= 1> <!-- tabla principal -->
<tr>
<td><!-- celda generales -->
<table border= "1">
<table border= 1> <!-- tabla noref -->
<tr>
<td><h1 class=Ctexto>NoRef:</td>
<td><input type="Text" name="noref" maxlength="20" class="CTexto">
<input type="hidden" name="MostraResultados" value="si">
<input type="Submit" name="Submit" value="Enviar">
</td>
</tr>
</table><!-- fin tabla noref -->
</table>
</table>
</form>
</font>
<%if request("MostraResultados") = "si" then%>
pega aquí tu asp
<%end if%>
</body>
</html>
suerte