Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/03/2010, 13:25
Smileface
 
Fecha de Ingreso: marzo-2010
Mensajes: 6
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: Direccionar Formularios en Dreamweaver

hola muchas gracias la direccione s www.atripsa.com.mx.......... y el codigo es:
<form action="" method="post" name="form1" id="form1" onsubmit="MM_validateForm('Raz&oacute;n Social','','R','Tel&eacute;fono:','','R','Solicita nte','','R','Producto','','R','Correo Electr&oacute;nico','','R');return document.MM_returnValue">
<table width="499" border="0" align="center">
<tr>
<td width="201"><label><span style="color: #F00">*</span>Raz&oacute;n Social:</label></td>
<td width="288"><input type="text" name="Raz&oacute;n Social" id="Raz&oacute;n Social" /></td>
</tr>
<tr>
<td style="font-size: 14px"><label>Direcci&oacute;n Fiscal: </label></td>
<td><input type="text" name="Direcci&oacute;n Fiscal: " id="Direcci&oacute;n Fiscal: " /></td>
</tr>
<tr>
<td><label><span style="color: #F00">*</span>Tel&eacute;fono: </label></td>
<td><input type="text" name="Tel&eacute;fono:" id="Tel&eacute;fono:" /></td>
</tr>
<tr>
<td><label>RFC:</label></td>
<td><input type="text" name="RFC" id="RFC" /></td>
</tr>
<tr>
<td><label><span style="color: #F00">*</span>Solicitante:</label></td>
<td><input type="text" name="Solicitante" id="Solicitante" /></td>
</tr>
<tr>
<td><label>Puesto del Solicitante:</label></td>
<td><input type="text" name="Puesto del Solicitante" id="Puesto del Solicitante" /></td>
</tr>
<tr>
<td><label><span style="color: #F00">*</span>Producto:</label></td>
<td><input type="text" name="Producto" id="Producto" /></td>
</tr>
<tr>
<td><label>Cantidad:</label></td>
<td><input type="text" name="Cantidad" id="Cantidad" /></td>
</tr>
<tr>
<td><label><span style="color: #F00">*</span>Correo Electr&oacute;nico:</label></td>
<td><input type="text" name="Correo Electr&oacute;nico" id="Correo Electr&oacute;nico" /></td>
</tr>
<tr>
<td><label>Comentarios</label></td>
<td><textarea name="Comentarios" id="Comentarios" cols="45" rows="5"></textarea></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="submit" name="Enviar" id="Enviar" value="Enviar" />
</label></td>
</tr>
</table>
<br />
</form>
</div>