Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/02/2011, 10:40
blimo86
 
Fecha de Ingreso: agosto-2007
Mensajes: 23
Antigüedad: 17 años, 4 meses
Puntos: 0
Respuesta: Problema formulario ASP

CÓDIGO DEL FORMULARIO
Código:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>NOTA DE PEDIDO - La Moldurera</title>
<link rel="stylesheet" rev="stylesheet" href="estilos.css" />
<style type="text/css">
.textForm{
	border-width:0px;	
	font-weight:500;
}
#nota{
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
}
.textCelda{
	border:1px solid #111111; 
	height:28px;
}
.textCelda2{
	border-top:1px solid #111111; 
	border-left:0px solid #111111; 
	border-bottom:1px solid #111111;
	border-right:1px solid #111111; 
	height:28px;
}
.textCelda3{
	border-top:0px solid #111111; 
	border-left:1px solid #111111; 
	border-bottom:1px solid #111111;
	border-right:1px solid #111111; 
	height:28px;
}
.textCelda32{
	border-top:0px solid #111111; 
	border-left:0px solid #111111; 
	border-bottom:1px solid #111111;
	border-right:1px solid #111111; 
	height:28px;
}
.texto{
	font-size:10px;
	text-indent:4px
}
.direccion{
	font-size:9px;
	font-family:Verdana;
	font-weight:400;
}
</style>
<script type="text/javascript">
function validar(){
	var aErr = new Array("frazonsocial","ftelefono");
	var aErrT = new Array("La razón social","El teléfono de contacto");
	var msj = "Campos obligatorios sin rellenar:\n";

	for(j=0;j<aErr.length;j++){
		aux1 = document.getElementById(aErr[j]);
		if(aux1.value == "")
			msj+= aErrT[j] + "\n";
		}

	if(msj != "Campos obligatorios sin rellenar:\n"){
		alert(msj);		
		return false;}
}
</script>
<script src="includes/controles.js" type="text/javascript"></script>
</head>

<body>
<form action="enviarNotaPedido.asp" method="post" name="frm" onsubmit="return validar()">
<table cellpadding="0" cellspacing="0" align="center">
	<tr>
		<td valign="bottom">
			<table style="float:left;margin-top:50px" cellpadding="0" cellspacing="0">
				<tr>
					<td valign="bottom" id="nota">NOTA DE PEDIDO</td>
				</tr>
				<tr>
					<td class="textCelda">
						<div class="texto" style="background-color:#F3E4AF">FECHA</div>
						<div align="right" style="margin-top:-1px">
						<input type="text" class="textForm" name="ffecha" id="ffecha" value="<%=formatDateTime(date,vbShortDate)%>" readonly="readonly" tabindex="1" /></div>
					</td>
				</tr>
			</table>
			<div style="float:left;margin-left:100px"><img src="Images/logoNota.jpg" alt="" /></div>
		  <div style="float:right;text-align:right;margin-top:35px" class="direccion">
				<div style="font-size:14px">Artmania Decoración, S.L.</div>
				Padre Juan de Mariana, 20 . 45534 La Mata (TO) España<br />
				Tel.: 34/925 74 70 16 / Fax: 34/925 74 72 66<br />
			    <a href="mailto:[email protected]"><span class="submenu">[email protected]</span></a> / www.artmaniadecoracion.com
			</div>
		</td>
	</tr>
	<tr>
		<td>
			<table cellpadding="0" cellspacing="0">
				<tr>
					<td class="textCelda">
						<div class="texto">RAZÓN SOCIAL</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="frazonsocial" size="80" id="frazonsocial" tabindex="2" /></div>
					</td>
					<td class="textCelda2">
						<div class="texto">NOMBRE COMERCIAL</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fnombrecomercial" size="50" id="fnombrecomercial" tabindex="3" /></div>
					</td>
				</tr>			
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<table cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td class="textCelda3">
						<div class="texto">C.I.F. / N.I.F. / CÓDIGO</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fnifcif" size="30" id="fnifcif" tabindex="4" /></div>
					</td>
					<td class="textCelda32">
						<div class="texto">DOMICILIO</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fdomicilio" size="80" id="fdomicilio" tabindex="5" /></div>
					</td>
					<td class="textCelda32">
						<div class="texto">C.P.</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fcp" size="16" id="fcp" tabindex="6" /></div>
					</td>
				</tr>			
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<table cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td class="textCelda3">
						<div class="texto">POBLACIÓN</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fpoblacion" size="50" id="fpoblacion" tabindex="7" /></div>
					</td>
					<td class="textCelda32">
						<div class="texto">PROVINCIA / PAÍS</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fprovinciaPais" size="80" id="fprovinciaPais" tabindex="8" /></div>
					</td>					
				</tr>			
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<table cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td class="textCelda3">
						<div class="texto">TELÉFONO</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="ftelefono" onkeypress="return control_numerico();" size="25" id="ftelefono" tabindex="9" /></div>
					</td>
					<td class="textCelda32">
						<div class="texto">FAX</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="ffax" onkeypress="return control_numerico();" size="25" id="ffax" tabindex="10" /></div>
					</td>	
					<td class="textCelda32">
						<div class="texto">E-MAIL</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="femail" size="40" id="femail" tabindex="11" /></div>
					</td>	
					<td class="textCelda32">
						<div class="texto">POR MEDIACIÓN DE</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fmediacion" size="25" id="fmediacion" tabindex="12" /></div>
					</td>					
				</tr>			
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<table cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td class="textCelda3">
						<div class="texto">DATOS ENVÍO MERCANCÍA</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fdatosMercancia" size="110" id="fdatosMercancia" tabindex="13" /></div>
					</td>
					<td class="textCelda32">
						<div class="texto">I.V.A. RECARGO</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fiva" size="20" id="fiva" tabindex="14" /></div>
					</td>					
				</tr>			
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<table cellpadding="0" cellspacing="0" width="100%">
				<tr>
					<td class="textCelda3">
						<div class="texto">FORMA DE PAGO</div>
						<div align="right" style="margin-top:-5px">
						<input type="text" class="textForm" name="fformapago" size="70" id="fformapago" tabindex="15" /></div>
					</td>
					<td class="textCelda32">
						<table cellpadding="0" cellspacing="0" width="100%">
							<tr valign="top">
								<td class="textCelda32" style="border-bottom-width:0px;text-align:center">
								<div class="texto" style="text-align:center">ENTIDAD</div>
								<input type="text" class="textForm" name="fentidad" onkeypress="return control_numerico();" maxlength="4" size="8" id="fentidad" tabindex="16" />
								</td>
								<td class="textCelda32" style="border-bottom-width:0px;text-align:center">
								<div class="texto" style="text-align:center">OFICINA</div>
								<input type="text" class="textForm" name="foficina" onkeypress="return control_numerico();" maxlength="4" size="8" id="foficina" tabindex="17" />
								</td>
								<td class="textCelda32" style="border-bottom-width:0px;text-align:center">
								<div class="texto" style="text-align:center">D.C.</div>
								<input type="text" class="textForm" name="fdc" onkeypress="return control_numerico();" maxlength="2" size="4" id="fdc" tabindex="18" />
								</td>
								<td class="textCelda32" style="border-bottom-width:0px;border-right-width:0px;text-align:center">
								<div class="texto" style="text-align:center">NÚMERO DE CUENTA</div>