Ver Mensaje Individual
  #8 (permalink)  
Antiguo 05/09/2014, 02:17
alfuco
 
Fecha de Ingreso: julio-2014
Mensajes: 53
Antigüedad: 9 años, 9 meses
Puntos: 1
Respuesta: Eliminar mensaje "duplicate entry"

Muchas gracias por tu tiempo. Aqui tienes:

Código:
<form name="formulario" method="post" action="Process Presupuestos.php">
			<label><span class="blanquito">Nombre del cliente</span></label><input type="text" name="Nombre" maxlength=500/> </br></br>
			<label><span class="blanquito">Fecha</span></label> <input type="text" name="Fecha" maxlength=500/> </br></br>
			<label><span class="blanquito">Oferta nº</span></label>  <input type="text" name="Oferta" maxlength=500/> </br></br>
			<label><span class="blanquito">Atención</span></label> <input type="text" name="Atencion" maxlength=500/> </br></br>
			<label><span class="blanquito">Lengua source 1</span></label>  <select name=Lenguasource1>
			<option name=Ninguna> Ninguna </option>
			<option name=AA> afar </option>
			<option name=AE> avéstico </option>
			<option name=AF> afrikaans </option>
			.
                        .
                        .
			<label><span class="blanquito">Precio por palabra</span></label>  <input type="text" name="Preciopalab" maxlength=500/> </br></br>
			<label><span class="blanquito">Nombre del archivo</span></label>  <input type="text" name="Nomarch" maxlength=500/> </br></br>
			<label><span class="blanquito">Número de palabras nuevas</span></label> <input type="text" name="PNuevas" maxlength=500/> 
			<label><span class="blanquito">Número de palabras coincidentes</span></label> <input type="text" name="PCoinc" maxlength=500/> 
			<label><span class="blanquito">Número de palabras repetidas</span></label>  <input type="text" name="PRepe" maxlength=500/> </br></br>
			<label><span class="blanquito">Plazo</span></label>  <input type="text" name="Terminio" maxlength=500/> </br></br>
			<label><span class="blanquito">Forma de pago</span></label>  <input type="text" name="Metodopago" maxlength=500/> 
			<label><span class="blanquito">Forma de entrega</span></label>  <input type="text" name="Metodoentrega" maxlength=500/> </br></br>
			<label><span class="blanquito">IVA</span></label> <input type="text" value="El importe de la oferta es sin IVA" name="Iva" maxlength=500/> </br></br>
			<label><span class="blanquito">Datos de facturación</span></label><input type="text" name="Datosfact" maxlength=500/> </br></br>
			<label><span class="blanquito">Nota</span></label> </br> <textarea name="Otros" rows="6" cols="47"></textarea> </br></br>
			
			<script language=javascript type=text/javascript>
			function stopRKey(evt) {
			var evt = (evt) ? evt : ((event) ? event : null);
			var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null);
			if ((evt.keyCode == 13) && (node.type=="text")) {return false;}
			}
			document.onkeypress = stopRKey; 
			</script>
			
			
			<button name="submit" type="submit">Enviar datos</button> </br></br>
			<button onclick="location.href='http://localhost/SIENS/IndiceForm.html';"    type="button">Volver atr&aacute;s</button>	
                      <div class="spacer"></div>
		</form>
		</body>
	</html>