formulario de contacto en "html"
Publicado por erwin (1 intervención) el 09/08/2007 21:14:48
cree uno pero me abre el outlok,
quiero que solo lo envie a mi correo
como el comun de los formularios.
agna solucion o alternativa para
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="generator" content="Namo WebEditor">
<style type="text/css">
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
margin-top: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body>
<form name="form2" method="GET" action="mailto:[email protected]" enctype="text/plain">
<input name="name" type="text" style="position:absolute;width:150px;left:87px;top:58px;z-index:1">
<input name="subject" type="text" style="position:absolute;width:150px;left:87px;top:89px;z-index:2">
<textarea name="message" style="position:absolute;width:200px;height:100px;left:87px;top:120px;z-index:3"></textarea>
<input name="submit" type="submit" value="submit" style="position:absolute;left:85px;top:228px;z-index:4">
</form>
<div id="text1" style="margin-top:0px; margin-bottom:0px; width:67px; height:350px; position:absolute; left:16px; top:60px; z-index:5; overflow:hidden;"><font style="font-size:13px" face="Arial" color=#000000><div>
<p>nombre</p>
</div><div>asunto</div><div><BR></div><div><BR></div> <div>
Mensage</div>
<div><BR></div><div><BR></div></font></div>
</body>
</html>
quiero que solo lo envie a mi correo
como el comun de los formularios.
agna solucion o alternativa para
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="generator" content="Namo WebEditor">
<style type="text/css">
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
margin-top: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body>
<form name="form2" method="GET" action="mailto:[email protected]" enctype="text/plain">
<input name="name" type="text" style="position:absolute;width:150px;left:87px;top:58px;z-index:1">
<input name="subject" type="text" style="position:absolute;width:150px;left:87px;top:89px;z-index:2">
<textarea name="message" style="position:absolute;width:200px;height:100px;left:87px;top:120px;z-index:3"></textarea>
<input name="submit" type="submit" value="submit" style="position:absolute;left:85px;top:228px;z-index:4">
</form>
<div id="text1" style="margin-top:0px; margin-bottom:0px; width:67px; height:350px; position:absolute; left:16px; top:60px; z-index:5; overflow:hidden;"><font style="font-size:13px" face="Arial" color=#000000><div>
<p>nombre</p>
</div><div>asunto</div><div><BR></div><div><BR></div> <div>
Mensage</div>
<div><BR></div><div><BR></div></font></div>
</body>
</html>
Valora esta pregunta


0