Avatar Image
Usuario Novato
Usuario Novato

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>

Avatar Image
@man / @woman
@man / @woman

Y ¿el código del send.php?

Avatar Image
@man / @woman
@man / @woman

.... es lo que pide.

Escrito originalmente por bigubi

.... aver si ahi algun alma caritativa que me pueda poner el send.php y....

Avatar Image
@man / @woman
@man / @woman

Lo que te recomiendo es usar un formulario de alguien que ya lo hizo/probo como este:

http://alexsancho.name/archives/2005/02/formulario-de-contacto-con-php/

Subelo a tu web y ve si funciona, si lo hace correctamente sobre ese código podras agregar las modificaciones que necesites como más campos para otro tipo de datos etc.

Lo importante es que veas la diferencia y así se aprende.

Suerte.

Avatar Image
Usuario Novato
Usuario Novato

gracias voy a ver comento

Avatar Image
Usuario Novato
Usuario Novato

buenas de nuevo solo con el send.php no hace nada, tambien es que de formularios no se nada a lo mejor no lo hago bien ,ne se si me entendeis.por eso pido el send.php si no es mucho pedir ya que estoy perdido

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
TemaUsuariosRespuestasVisitasActividad
Por: , el 07/Jul/2010, 16:17
LeonardoADS chavp NoSetup.org4992Jul/10
Por: , el 01/Jun/2009, 02:00
televisionenvivoa Vanadis8212kJun/09
Por: , el 14/Oct/2008, 00:01
qwertyvir t3r4byt3 camprovin22kOct/08
Por: , el 20/Feb/2007, 00:06
selenita1905 NoSetup.org12kFeb/07
Por: , el 08/Oct/2005, 20:15
C-3xE jorgelig Caos.X MaIcOl jbalde52kNov/05