Ver Mensaje Individual
  #25 (permalink)  
Antiguo 07/04/2004, 13:39
rbczgz
 
Fecha de Ingreso: noviembre-2003
Ubicación: Zaragoza, España
Mensajes: 1.257
Antigüedad: 20 años, 5 meses
Puntos: 154
Gracias Amando, tienes razón, supongo que con lo que he puesto antes, aunque no ponga todos los campos, se puede hacer lo que tú dices. Pero por si hace falta, aquí lo pongo lo más reducido posible (para que quepa):

<html>
<head>
<!-- <SCRIPT language="JavaScript" src="http://www.dominio.com/js/scriptmenu1.js"></SCRIPT>
<SCRIPT language="JavaScript" src="http://www.dominio.com/js/nomouse.js"></SCRIPT>
<SCRIPT language="JavaScript" src="http://www.dominio.com/js/verificarmail.js"></SCRIPT>
<SCRIPT language="JavaScript" src="http://www.dominio.com/js/primeramayuscula.js"></SCRIPT>
<SCRIPT language="JavaScript" src="http://www.dominio.com/js/repetirmail.js"></SCRIPT> -->
<title>Formulario de inscripción</title>
<style type="text/css">
<!--
BODY {font-family: arial narrow;font-size: 12pt;color: 000080;}
a:link {text-decoration:none;color:0000FF}
a:hover {text-decoration:underline;color:0000FF;font-weight:bold}
a:visited {text-decoration:none;color:0000FF}
a:active {text-decoration:underline;color:0000FF;font-weight:bold}
-->
</style>
</HEAD>
<BODY> <!-- onLoad="init()" -->
<!-- <script language="JavaScript" src="http://www.dominio.com/js/scriptmenu2.js"></script> -->
<div align="center">
<center>
<table width="80%" height="100%">
<tr>
<td width="2%" height="100%">&nbsp;</td>
<td width="3%" colspan="2" height="100%">&nbsp;</td>
<td width="90%" height="100%" align="justify" valign="top">
<form action="http://www.dominio.com/cgi-bin/script1.cgi" method="POST" onsubmit="javascript:emailCheck(this.email1.value) ;">
<input type="hidden" name="sponsor" value="elquesea">
<input type="hidden" name="nombresp" value="elquesea">
<input type="hidden" name="emailsp" value="elquesea">
<input type="hidden" name="nombrem" value="elquesea">
<input type="hidden" name="emailm" value="elquesea">
<input type="hidden" name="mentor" value="efectivo">
<input type="hidden" name="nombrespm" value="elquesea">
<input type="hidden" name="emailspm" value="elquesea">
<input type="hidden" name="mentorsp" value="elquesea">
<input type="hidden" name="nombremm" value="elquesea">
<input type="hidden" name="emailmm" value="elquesea">
<input type="hidden" name="mentorm" value="elquesea">
<input type="hidden" name="direccionsp" value="elquesea">
<input type="hidden" name="cpsp" value="elquesea">
<input type="hidden" name="localidadsp" value="elquesea">
<input type="hidden" name="provsp" value="elquesea">
<input type="hidden" name="paissp" value="elquesea">
<blockquote>
<p align="center">
Formulario de Inscripción
<table>
<tr>
<td nowrap><b>Información de Contacto</b></td>
</tr><tr>
<td nowrap>
<table width=80%>
<tr>
<td nowrap align="right">Nombre de usuario:</td>
<td nowrap><input type="text" name="username" size="15" maxlenght="15"></td>
</tr>
<tr>
<td nowrap align="right">Nombre:</td>
<td nowrap><input type="text" name="nombre" size=21 onChange="javascript:this.value=this.value.toLower Case()";></td>
</tr>
<tr>
<td nowrap align="right">Apellidos:</td>
<td nowrap><input type="text" name="apellidos" size=30 onChange="javascript:this.value=this.value.toLower Case()";></td>
</tr>
<tr>
<td nowrap align="right">Dirección:</td>
<td nowrap><input type="text" name="direccion" size=34 onChange="javascript:this.value=this.value.toLower Case()";></td>
</tr>
<tr>
<td nowrap align="right">Código Postal:</td>
<td nowrap><input type="text" name="cp" size=6></td>
</tr>
<tr>
<td nowrap align="right">Ciudad:</td>
<td nowrap><input type="text" name="ciudad" size=25 onChange="javascript:this.value=this.value.toLower Case()";></td>
</tr>
<tr>
<td nowrap align="right">Provincia:</td>
<td nowrap><input type="text" name="provincia" size=25 onChange="javascript:this.value=this.value.toLower Case()";></td>
</tr>
<tr>
<td nowrap align="right">País:</td>
<td nowrap>
<select name="pais" size="1">
<option value=""><--Elegir un país--></option>
<option>Alemania</option>
<option>Argentina</option>
<option>Australia</option>
</select></td>
</tr>
<tr>
<td nowrap align="right">E-mail:</td>
<td nowrap>
<input type="text" name="email1" size=25 onChange="javascript:this.value=this.value.toLower Case()";></td>
</tr>
<tr>
<td nowrap align="right">Repetir e-mail:</td>
<td nowrap>
<input type="text" name="email3" size=25 onChange="javascript:this.value=this.value.toLower Case()";></td>
</tr>
<tr>
<td nowrap align="right">Otro e-mail:</td>
<td nowrap>
<input type="text" name="email2" size=25 onChange="javascript:this.value=this.value.toLower Case()";></td>
</tr>
<tr>
<td nowrap align="right">Fecha de nacimiento:</td>
<td nowrap><input type="text" name="fecha_nac" size=10>(dd/mm/aaaa)</td>
</tr>
<tr>
<td nowrap align="right">Cómo nos encontraste:</td>
<td nowrap>
<select size="1" name="como" tabindex="8">
<option value="" selected><-- Elegir una opción --></option>
</select></td>
</tr>
</table><br>
</blockquote></td>
</tr></table><br>
<center>
<input type="submit" value="Enviar"><!-- onClick="javascript:changeCase(this.form.nombre);c hangeCase(this.form.apellidos);changeCase(this.for m.direccion);changeCase(this.form.ciudad);changeCa se(this.form.provincia)" -->
<input type="reset" value="Borrar">
</center><br>
</form>
</td>
<td width="3%" colspan="2" height="100%">&nbsp;</td>
<td width="2%" height="100%">&nbsp;</td>
</table>
</center>
</div>
</body>
</html>


Este form es el que necesito enviar a 2 Cgi's, lo he simplificado todo lo posible pero he dejado las llamadas a los distintos Js que uso (como comentarios HTML) para que se vea del todo.

Espero que alguien, con todo esto me pueda echar un cable . Yo ya estoy perdido del todo

Muchas gracias de antemano.