- Messages
- 2,621
- Reaction score
- 9
- Points
- 38
Holas estoy hacendo un formulario, y me gustaria que la informacion que pusieran los chicos en nel fuera mandada a una direccion de correo electronico. Aqui dejo el formulario tal y como esta ahora a ver si podeis ayudarme:
Code:
<div align="center"><script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:1&target=_blank");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a7fb3e9d' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&n=a7fb3e9d' border='0' alt=''></a></noscript><html></div>
<head>
<title>Mail de Guerreros Del Kaos</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-image: url(http://www.guerrerosdelkaos.es/Themes/wowdk11b/images/main_bg.gif);
background-color: #000000;
}
.Estilo3 {
color: #FFFFFF;
font-weight: bold;
}
.Estilo4 {color: #FFFFFF}
.Estilo5 {font-family: "Comic Sans MS"}
.Estilo6 {color: #FFFFFF; font-family: "Comic Sans MS"; }
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_validateForm() { //v4.0
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
if (val) { nm=val.name; if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
} else if (test!='R') { num = parseFloat(val);
if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
} } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
} if (errors) alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = (errors == '');
}
//-->
</script>
</head>
<body>
<div align="center">
<p> </p>
<p><img name="mailhd" src="http://www.guerrerosdelkaos.es/imagenes/mailhd.jpg" width="243" height="52" alt=""></p>
<p class="Estilo4 Estilo5">Si quieres solicitar una cuenta de correo@guerrerosdelkaos.es, por favor rellena el siguiente formulario. </p>
<form name="form1" method="post" action="">
<p align="left" class="Estilo6"> </p>
<table width="614" border="0">
<tr class="Estilo6">
<td>¿Cual es tu nombre real? </td>
<td><input name="nombrereal" type="text" id="nombre real"></td>
</tr>
<tr class="Estilo6">
<td>Escribe tu primer apellido </td>
<td><input name="apellido" type="text" id="apellido"></td>
</tr>
<tr>
<td width="282"><span class="Estilo6">¿Como se llamará tu cuenta?
</span></td>
<td width="322"><span class="Estilo6">
<input name="nombre" type="text" id="nombre">
@guerrerosdelkaos.es</span></td>
</tr>
<tr>
<td><span class="Estilo6">¿Cual és tu nombre en el juego?</span></td>
<td><input name="player" type="text" id="player"></td>
</tr>
</table>
<p class="Estilo4">
<input name="Submit" type="submit" class="Estilo5" onClick="MM_validateForm('nombrereal','','R','apellido','','R','nombre','','R','player','','R');return document.MM_returnValue" value="Enviar">
<input name="Submit2" type="reset" class="Estilo5" value="Restablecer">
</p>
<p align="left" class="Estilo4"> </p>
</form>
<p class="Estilo3"> </p>
<p> </p>
</div>
</body>
</html>