<%
Option Explicit
%>
<!--#include file="User.asp"-->
<!--#include file="general.asp"-->
<%
Dim Colada, Codigo, Recepcion, Proveedor, Certi
Colada = request("Colada")
Codigo = request("Codigo")
Recepcion = request("Recepcion")
Proveedor = request("Proveedor")
Certi = request("Certi")
%>
<html>
<head>
<title>Grupo MIM</title>
<link rel="stylesheet" href="vista.css">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
// End -->
</script>
<link rel="shortcut icon" href="Image/mim3d.ico" type="image/x-icon" />
</head>
<BODY>
<center>
<!--#include file="empresa.asp"--><br><br>
<!--#include file="menu.asp"-->
</center>
<!--#include file="Catalogos.asp"-->
<br>
<center>
<b>Catalogo de Certificados</b>
<Form action="calidad.asp?Mod=Calidad" name="calidad" method='post'>
<TABLE border=0 cellspacing=0 cellpadding=0 class="normal">
<tr>
<td Class="Normalb">Certificado:</td>
<td><input type="text" class="normalb" name="Certi" Value="<%= Certi %>" size=14 onChange="javascript:this.value=this.value.toUpperCase();"></td>
</tr>
<tr>
<td Class="Normalb">Colada:</td>
<td><input type="text" class="normalb" name="colada" Value="<%= Colada %>" size=14 onChange="javascript:this.value=this.value.toUpperCase();"></td>
</tr>
<tr>
<td Class="Normalb">Producto:</td>
<td><input type="text" class="normalb" name="codigo" Value="<%= Codigo %>" size=14 onChange="javascript:this.value=this.value.toUpperCase();"></td>
</tr>
<tr>
<td Class="Normalb">Recepcion:</td>
<td><input type="text" class="normalb" name="recepcion" Value="<%= Recepcion %>" size=14 onChange="javascript:this.value=this.value.toUpperCase();"></td>
</tr>
<tr>
<td Class="Normalb">Proveedor:</td>
<td><input type="text" class="normalb" name="proveedor" Value="<%= proveedor %>" size=14 onChange="javascript:this.value=this.value.toUpperCase();"></td>
</tr>
<td>  <input type="submit" value="Buscar" class="normalb"></td>
</tr>
</table>
</form>
<!---#include file="calilist.asp"--->
</center>
</body>
</html>
<%
End Sub
'Add the chosen course to the cart
Call AddUsuario()
'Display contents of electronic shopping cart
Call DisplayUsuario()
%>