![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/07/2005, 10:20
|
![Avatar de the_nosferatu](http://static.forosdelweb.com/customavatars/avatar108620_0.gif) | | | Fecha de Ingreso: julio-2005 Ubicación: mi cuarto xD
Mensajes: 61
Antigüedad: 19 años, 6 meses Puntos: 0 | |
<!-- validar -->
function no_se(){
var campo=documen.tuform.elcampo.value;
if (campo==false){
alert("debes rellenar el campo de texto !");return false}}
<!-- en el formulario -->
<form onsubmit="return no_se()"> |