Bienvenido: ( Identificarse | Registrarse )      
Foros de Trucos Windows
 
Closed TopicStart new topicStart Poll

Outline · [ Estándar ] · Lineal+

> Formulario

mario16392
post Feb 28 2007, 03:34 AM
Publicado: #1


Maestro Arquitecto
******

Grupo: Members
Mensajes: 580
Registrado: 6-July 06
Miembro nº: 172.974



Sabeis como hacer un formulario , y que los datos introducidos se envien a tu email directamente , sin abrir tu cienta de hotmail ???' confused.gif confused.gif confused.gif



Gracias: flowers.gif


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
mario16392
post Feb 28 2007, 04:21 PM
Publicado: #2


Maestro Arquitecto
******

Grupo: Members
Mensajes: 580
Registrado: 6-July 06
Miembro nº: 172.974



XXXX favor necesito un formulario yaaa , estoy arto de buscar x ahi pero los hay son muy raros y en php

yo los kiero de este tipooo

CODE



<table width="93%" cellpadding="2" cellspacing="1" border="0" class="forumline">

 <tr>
       <td class="catHead" colspan="2" height="28"><span class="genmed"><b>¿Quieres formar parte de RadioPC Casa ? . Rellena estos datos</b></span></td>
 </tr>
 <tr>
       <td class="row1" align="left" width="100%">
         <!-- Comienzo formulario Inscripcion - Bannerlandia Formularios V 1.0 -->
<form name="formulario" method="post" target="new" onSubmit="return validar(formulario)" action="http://formularios.bannerlandia.com.ar/frm/submit"> <table>
<tr><td>Nombre :</td><td>
<input type="text" name="Nombre_:" value="">
</td></tr>

<tr><td>Ocupacion / Trabajo :</td><td>
<input type="text" name="Ocupacion_/_Trabajo_:" value="">
</td></tr>

<tr><td>Ciudad :</td><td>
<input type="text" name="Ciudad_:" value="">
</td></tr>

<tr><td>Email :</td><td>
<input type="text" name="Email_:" value="">
</td></tr>

<tr><td>Edad :</td><td>
<input type="text" name="Edad_:" value="">
</td></tr>

<tr><td>Pais :</td><td>
<input type="text" name="Pais_:" value="">
</td></tr>
<tr><td></td><td><input type="submit" name="submit" value="Enviar" onSubmit="return validar(formulario);"> <input type="reset" name="limpiar" value="Cancelar"> <input type="hidden" name="form_id" value="18406"> </td></tr>
<script LANGUAGE="JavaScript">
function validar(form) {
if ((form.Nombre_:.value == null) || (form.Nombre_:.value=="")) {
  alert("Debes completar el campo Nombre :");
  return false;
 }
 
 if ((form.Ocupacion_/_Trabajo_:.value == null) || (form.Ocupacion_/_Trabajo_:.value=="")) {
  alert("Debes completar el campo Ocupacion / Trabajo :");
  return false;
 }
 
 if ((form.Ciudad_:.value == null) || (form.Ciudad_:.value=="")) {
  alert("Debes completar el campo Ciudad :");
  return false;
 }
 
 if ((form.Email_:.value == null) || (form.Email_:.value=="")) {
  alert("Debes completar el campo Email :");
  return false;
 }
 
 if ((form.Edad_:.value == null) || (form.Edad_:.value=="")) {
  alert("Debes completar el campo Edad :");
  return false;
 }
 
 if ((form.Pais_:.value == null) || (form.Pais_:.value=="")) {
  alert("Debes completar el campo Pais :");
  return false;
 }
 return true;
}
</SCRIPT> </table> </form>



User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
Closed TopicTopic OptionsStart new topic

Collapse

> Topicos similares

Nuevo Formulario de Impresion en Vista Mosw 26 0 Oct 1 2008, 09:09 PM
By: Mosw
como conservar los datos de un formulario al va ... ajzanier 243 1 Jul 14 2008, 12:57 PM
By: madson
como conservar los datos de un formulario al va ... ajzanier 68 0 Jun 27 2008, 01:58 PM
By: ajzanier
ayuda con codigo de formulario siriguilla 258 1 May 23 2008, 04:34 PM
By: Lord MinDokan
ayuda con formulario en flash siriguilla 39 0 May 15 2008, 06:45 PM
By: siriguilla