Ver Mensaje Individual
Antiguo 18-abr-2008, 09:46   #8 (permalink)
wontolla
wontolla está en el buen camino
 
Avatar de wontolla
 
Fecha de Ingreso: noviembre-2002
Mensajes: 130
Enviar un mensaje por ICQ a wontolla
Re: Ir a ASP pedir datos y regresar al mismo HTML

ok, creo entender cual es la logica, pero no se como mezclar codigo ASP junto con HTML en una sola hoja...perdon, es que estoy apenas aprendiendo.

Actualmente ya hice esto:

<html>
<head>
<style type=text/css>
.Lista {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
text-decoration: none;

}
.CTexto {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}
.Boton {
font-family: Arial, Helvetica, sans-serif;
font-size: 5pt;
text-decoration: none;
height: 16px;
background-color: #FF9900;
font-weight: bold;
.

}
</style>
</head>
<body bgcolor="#DED3B9">
<font face=Arial size=2>

<form action="busca_datos.asp" method="POST">
<br>

<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="Submit" name="Submit" value="Enviar">
</td>
</tr>

</table><!-- fin tabla noref -->
</table>
</table>
</form>


</font>

</body>
</html>

Pero no se como meterle el codigo ASP. Desde aqui ya solo se como enviar los datos a la pagina ASP para buscar el registro.
__________________
El hombre no domina a la montaña, debe derrotarse a si mismo y alcanzar la cumbre.
wontolla está desconectado   Responder Citando