Guest Aprendiza Posted January 31, 2005 Report Share Posted January 31, 2005 Pessoal... peço para vocês olharem o codigo abaixo e v porque num q enviar pra e-mail.abs.<html><head><title>Formulario de Cadastro</title></head><body><p>Cadastro de Usuário:</p><form action="mailto:lucieneceh@hotmail.com" method="get" enctype="application/x-www-form-urlencoded" name="formcad" target="_self" id="formcad"> <p>Nome: <input name="txtnome" type="text" id="txtnome" size="10" maxlength="10"> </p> <p>End: <input name="txtend" type="text" id="txtend" size="10" maxlength="10"> </p> <p>Tel: <input name="textfield" type="text" size="10" maxlength="10"> </p> <p> <input name="enviar" type="submit" id="enviar" value="Enviar"> </p></form></body></html>[code] Quote Link to comment Share on other sites More sharing options...
0 XdogX Posted February 7, 2005 Report Share Posted February 7, 2005 Bom esse código abaixo é o do seu formulario, presta atenção: <html> <head> <title>Formulario de Cadastro</title> </head> <body> <p>Cadastro de Usuário:</p> <form action="mailto:lucieneceh@hotmail.com" method="get" enctype="application/x-www-form-urlencoded" name="formcad" target="_self" id="formcad"> <p>Nome: <input name="txtnome" type="text" id="txtnome" size="10" maxlength="10"> </p> <p>End: <input name="txtend" type="text" id="txtend" size="10" maxlength="10"> </p> <p>Tel: <input name="textfield" type="text" size="10" maxlength="10"> </p> <p> <input name="enviar" type="submit" id="enviar" value="Enviar"> </p> </form> </body> </html> não sei mt bem se isso mais vale apena tentar, na linha 7, na tag <form action="mailto:lucieneceh@hotmail.com" method="get" enctype="application/x-www-form-urlencoded" name="formcad" target="_self" id="formcad"> coloca <form action="mailto:lucieneceh@hotmail.com" method="post" enctype="application/x-www-form-urlencoded" name="formcad" target="_self" id="formcad">não sei se vai dar certo, mais vale apena tentar, falou. Quote Link to comment Share on other sites More sharing options...
0 blood Posted February 7, 2005 Report Share Posted February 7, 2005 acho que assim.. só html não funciona...não sei nunca vi assim... tenta com alguma linguagem...(php, asp...)falou Quote Link to comment Share on other sites More sharing options...
0 www.exporlik.fhp.com.br Posted February 7, 2005 Report Share Posted February 7, 2005 pegue esta e a transforme para você falou.<HTML><HEAD><TITLE>Pedido de site</TITLE><META http-equiv=Content-Type content="text/html; charset=iso-8859-1"><META content="MSHTML 6.00.2800.1106" name=GENERATOR><META content="" name=Keywords><META content="" name=Description><META content="" name=Copyright><META content="" name=Author></HEAD><BODY dir=ltr vLink=purple aLink=red link=blue bgColor=white><FORM action=http://www.fhp.com.br/cgi-bin/webumake/umm.cgi method=post><P align=right><TABLE style="WIDTH: 720px; HEIGHT: 86px" cellSpacing=0 cellPadding=0 width=720 border=0><TBODY><TR><TD><FONT style="BACKGROUND-COLOR: #cc0066" size=7>Web Designer Exporlik S/A</FONT></TD></TR></TBODY></TABLE></P><P><INPUT type=hidden value=exporlik name=user> <INPUT type=hidden value=mailform name=action> <INPUT type=hidden value=subweb name=group> Você quer ser um web designer?Sim/Não? <BR><INPUT size=30 name=q_Voc__quer_ser_um_web_designer_Sim_N_o__><BR>Qual o seu nome?<BR><INPUT size=30 name=q_Qual_o_seu_nome_><BR>Qual seu E-mail?<BR><INPUT size=30 name=q_Qual_seu_E_mail_><BR>Endereço?<BR><INPUT size=30 name=q_Endere_o_><BR>Cidade/estado?<BR><INPUT size=30 name=q_Cidade_estado_><BR>Cep?<BR><INPUT size=30 name=q_Cep_><BR>Fone com DDD?<BR><INPUT size=30 name=q_Fone_com_DDD_><BR>Nome da empresa?<BR><INPUT size=30 name=q_Nome_da_empresa_><BR>Você quer Algum Site Modelo?Qual?<BR><INPUT size=30 name=q_Voc__quer_Algum_Site_Modelo_Qual_><BR>Você deseja um site avançado Sim/Não?<BR><INPUT size=30 name=q_Voc__deseja_um_site_avan_ado_Sim_N_o_><BR>O titulo para seu site?<BR><INPUT size=30 name=q_O_titulo_para_seu_site_><BR>Comentários:<BR><TEXTAREA name=q_Coment_rios rows=5 cols=25></TEXTAREA><BR><INPUT type=submit value=Enviar> </P></FORM>Se você quer ser um web designer receberá por e-mail em 24hrs o seu endereço eletrônico, a sua homepage e após você vela terá 48horas para fazer o depósito em nossa conta bancária de R$ 30,00 e então receber seus programas de edição por e-mail!!!<BR>Você receberá o n° de nossa conta bancária juntamente com seu endereço eletrônico! Insira seu conteúdo<BR><BR><BR><BR><BR><BR><BR><BR></BODY></HTML> Quote Link to comment Share on other sites More sharing options...
Question
Guest Aprendiza
Pessoal... peço para vocês olharem o codigo abaixo e v porque num q enviar pra e-mail.
abs.
<head>
<title>Formulario de Cadastro</title>
</head>
<body>
<p>Cadastro de Usuário:</p>
<form action="mailto:lucieneceh@hotmail.com" method="get" enctype="application/x-www-form-urlencoded" name="formcad" target="_self" id="formcad">
<p>Nome:
<input name="txtnome" type="text" id="txtnome" size="10" maxlength="10">
</p>
<p>End:
<input name="txtend" type="text" id="txtend" size="10" maxlength="10">
</p>
<p>Tel:
<input name="textfield" type="text" size="10" maxlength="10">
</p>
<p>
<input name="enviar" type="submit" id="enviar" value="Enviar">
</p>
</form>
</body>
</html>
[code]
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.