Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/10/2011, 12:06
consultashangar
 
Fecha de Ingreso: junio-2011
Ubicación: Buenos Aires
Mensajes: 91
Antigüedad: 12 años, 10 meses
Puntos: 1
Respuesta: Formularios como hago?

Perdon pero recien me estoy acostumbrando a esto y la verdad soy un queso jajajaja,
te paso la estructura del Form.html son todos los mismos
Desde ya agradezco tu enorme ayuda y si ves que tengo fallos te pido perdon por anticipado


Algo importante para graficarlo seria asi lo que tengo que enviar

Form 1 cliente 1
Form 2 Cliente 2
Form 3 Cliente 3
y asi sucesivamente

<!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=utf-8" />
<title>ID 1</title>
<style type="text/css">
body,td,th {
font-family: Arial, Helvetica, sans-serif;
color: #000;
background-color: #9CC;
font-size: 14px;
font-style: italic;
line-height: normal;
font-weight: bold;
font-variant: small-caps;
text-transform: lowercase;
text-decoration: overline;
}
body {
background-color: #C5C589;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 10px;
background-repeat: no-repeat;
background-position: center;
border: medium double #999;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFF;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFF;
}
a:hover {
text-decoration: none;
color: #FFF;
}
a:active {
text-decoration: none;
color: #FFF;
}
</style>
</head>


<body bgcolor="#C5C589" text="#000000" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<table width="719" align="center">
<tr>
<td align="center">Usted se va a contactar con invita Argentina!!!!!</td>
</tr>
<tr>
<td height="309" align="center"><form id="ID 1" name="ID 1" method="post" action="enviar.php">
<table width="512" border="1">
<tr>
<td width="196"><label for="Nombre6">Nombre</label></td>
<td width="300"><input name="Nombre" type="text" id="Nombre6" size="30" maxlength="30" /></td>
</tr>
<tr>
<td><label for="Apellido">Apellido</label></td>
<td><input name="Apellido" type="text" id="Apellido" size="30" maxlength="30" /></td>
</tr>
<tr>
<td><label for="Email">Email</label></td>
<td><input name="Email" type="text" id="Email" size="50" maxlength="50" /></td>
</tr>
<tr>
<td><label>Como Nos Conocio</label></td>
<td><select name="Como Nos Conocio" size="1" id="Como Nos Conocio">
<option>Google</option>
<option>Mailling</option>
<option>Diarios</option>
<option>Radios</option>
<option>Revistas </option>
<option>Otros</option>
<option>Directorios Web</option>
</select></td>
</tr>
<tr>
<td><label>Su Consulta</label></td>
<td><textarea name="Su Consulta" id="Su Consulta" cols="50" rows="6"></textarea></td>
</tr>
<tr>
<td><input type="submit" name="Enviar" id="Enviar" value="Enviar" /></td>
<td><input type="reset" name="Reestablecer" id="Reestablecer" value="Reestablecer" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
<table width="719" align="center">
</table>
<p></p>
</body>
</html>

Última edición por consultashangar; 27/10/2011 a las 13:38