Código HTML:
Ver original
<!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> <style type="text/css"> <!-- .Estilo1 { font-family: "Colonna MT"; color: #FFFFFF; font-size: 18px; } .Estilo2 {font-size: 18px;} * {left: 2px;} body { background-color: #000000; } --> </style> <body> <div style="background-image:url(http://www.tuswallpapersgratis.com/images/wallpapers/Fuego_Reflejado_1024x768-275502.jpeg);"> <noscript> <div class="Estilo1" style="text-align:justify; text-align:center;">Si tu navegador es IE, es posible que esté bloqueando algunas partes de la página. Si es así, te saldrá una ventana de aviso de bloqueo de ventanas emergentes. Sólo tienes que hacer click en ella y en 'Permitir contenido bloqueado'.</div> </noscript> <form id='entrada' action="mailto:[email protected]" method="post" enctype="application/x-www-form-urlencoded" onsubmit="return envio();"> <input type='hidden' name="Formulario" value="Ikariam ext" /> <span class="Estilo1">Indica tu: <select id='puntos'> </select> <select id='colonias'> </select> <fieldset style='width:20%;'> </form> <form action="mailto:[email protected]" method="post" enctype="application/x-www-form-urlencoded" id="comid"> </form> </div> </body> </html>
Código Javascript:
Ver original
<script language="javascript" type="text/javascript"> var d = document; function envio(){ if (document.getElementById('nombre').value.length==0){ alert("Escribe tu nombre, por favor"); document.getElementById('nombre').focus(); return false; }else{ return true; } if (document.getElementById('coordenadasx').value.length==0){ alert("Escribe tus coordenadas, por favor"); document.getElementById('coordenadasx').focus(); return false; }else{ return true; } if (isNaN(document.getElementById('coordenadasx').value)){ alert("Escribe un número válido, por favor"); document.getElementById('coordenadasx').focus(); return false; }else{ return true; } if (document.getElementById('coordenadasy').value.length==0){ alert("Escribe tus coordenadas, por favor"); document.getElementById('coordenadasy').focus(); return false; }else{ return true; } if (isNaN(document.getElementById('coordenadasy').value)){ alert("Escribe un número válido, por favor"); document.getElementById('coordenadasy').focus(); return false; }else{ return true; } if (document.getElementById('puntos').selectedIndex==0){ alert("Indica tus puntos, por favor"); document.getElementById('puntos').focus(); return false; }else{ return true; } if (document.getElementById('colonias').selectedIndex==0){ alert("Indica el número de colonias que posees, por favor"); document.getElementById('colonias').focus(); return false; }else{ return true; } alert("Muchas gracias, tus datos serán enviados"); } function caract(){ var caracter = d.getElementById('coment').value.length; var valor = d.getElementById('numc'); valor.value = 1000 - caracter; if(caracter>=1000){ alert('Ya has alcanzado los 1000 carácteres, por favor envía este comentario y luego otro nuevo. Gracias.'); document.getElementById('coment').value = document.getElementById('coment').substring(0,1000) } } </script>
Muchas gracias desde ya,
Saludos (: