hola amigos llebo 1 semana con esto de los formularios e leido montones y cada vez estoy mas perdido de verdad os lo juro totalmente perdido osea la cuestion es que he echo una web para alquilar 2 casas que tengo lo e hecho con dreamweaver pero a la hora de hacer el send.php nada de nada aver si ahi algun alma caritativa que me pueda poner el send.php y si me entero de como hacerlo la proxima vez , por favorrrr,gracias
este es el codigo que cree
CÓDIGO
<!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>Documento sin título</title>
<link href="estilo.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.Estilo2 {color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; }
.Estilo4 {font-size: 17px}
.Estilo5 {color: #0D2742}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body bgcolor="#AEC0FF">
<table width="800" border="0" align="center" bordercolor="#000000">
<tr bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000" height="0">
<td width="800" height="507" align="center" bordercolor="#000000" bgcolor="#0D2742"><table width="800" height="100" border="0" align="center">
<tr>
<td align="center" valign="middle"><img src="imgs-web/Encabesado copy.jpg" width="800" height="200" border="1" /></td>
</tr>
</table>
<table width="799" border="0">
<tr>
<td height="45"><IMG SRC="imgs-web/menu1.jpg" ALT="" WIDTH="799" HEIGHT="36" border="1" USEMAP="#menu" class="menu_principal">
<MAP NAME="menu">
<AREA SHAPE="rect" COORDS="100,0,216,35" HREF="Villa el Pedregal.html">
<area shape="rect" coords="236,1,383,38" href="Descripcion.html" />
<AREA SHAPE="rect" COORDS="402,1,518,35" HREF="Fotos.html">
<AREA SHAPE="rect" COORDS="537,0,654,36" HREF="Precios.html">
<AREA SHAPE="rect" COORDS="11,1,80,33" HREF="Index.html">
<AREA SHAPE="rect" COORDS="672,0,789,34" HREF="Contacto.html">
</MAP></td>
</tr>
</table>
<p> </p>
<table width="688" height="660" border="1" bordercolor="#000000">
<tr>
<td height="654" align="left" valign="top" bordercolor="#000000" bgcolor="#CCE1F0"><p align="center" class="Estilo3 Estilo2 Estilo5">Direct comucation with the villa`s owner :</p>
<p align="center" class="Estilo3 Estilo2 Estilo5">By telephone 635 304 330 (Susana) | By e-mail: [email protected] </p>
<p align="center" class="Estilo3 Estilo2 Estilo5">* TO RESERVE FILL UP THIS FORM*</p>
<form id="form8" name="form8" method="post" action="send.php">
<label></label>
<table width="680" height="504" border="0">
<tr>
<td width="120"><strong>Name</strong></td>
<td width="550"><label>
<input name="Nombre" type="text" id="Nombre" size="40" />
</label> < /td>
</tr>
<tr>
<td><strong>Surname</strong></td>
<td><label>
<input name="Apellido" type="text" id="Apellido" size="40" />
</label> < /td>
</tr>
<tr>
<td><strong>Telephone</strong></td>
<td><label>
<input name="Telefono" type="text" id="Telefono" size="40" />
</label> < /td>
</tr>
<tr>
<td><strong>E-mail</strong></td>
<td><label>
<input name="Correo" type="text" id="Correo" size="40" />
</label> < /td>
</tr>
<tr>
<td><strong>How many weeks</strong></td>
<td><label>
<input name="Numero_semanas" type="text" id="Numero_semanas" size="10" />
</label> < /td>
</tr>
<tr>
<td><strong>Which month</strong></td>
<td><p>
<label>
<input type="radio" name="GrupoOpciones1" value="Abril" id="GrupoOpciones1_0" />
April</label>
<br />
<label>
<input type="radio" name="GrupoOpciones1" value="Mayo" id="GrupoOpciones1_1" />
May</label>
<br />
<label>
<input type="radio" name="GrupoOpciones1" value="Junio" id="GrupoOpciones1_2" />
June</label>
<br />
<label>
<input type="radio" name="GrupoOpciones1" value="Julio" id="GrupoOpciones1_3" />
July</label>
<br />
<label>
<input type="radio" name="GrupoOpciones1" value="Agosto" id="GrupoOpciones1_4" />
August</label>
<br />
<label>
<input type="radio" name="GrupoOpciones1" value="Septiembre" id="GrupoOpciones1_5" />
September</label>
<br />
<label>
<input type="radio" name="GrupoOpciones1" value="Octubre" id="GrupoOpciones1_6" />
October</label>
<br />
</p></td>
</tr>
<tr>
<td colspan="2"><div align="center"><strong>Add Comment</strong></div></td>
</tr>
<tr>
<td height="155" colspan="2" align="center"><label>
<textarea name="Comentario" id="Comentario" cols="45" rows="5"></textarea>
</label>
<p>
<input type="submit" name="Enviar" id="Enviar" value="Send" />
</p></td>
</tr>
</table>
</form>
<p class="Estilo4"> </p> </td>
</tr>
</table>
<p> </p></td>
</tr>
</table>
</body>
</html>