
18/06/2004, 11:15
|
| | Fecha de Ingreso: abril-2004 Ubicación: México D.F.
Mensajes: 1.724
Antigüedad: 20 años, 10 meses Puntos: 4 | |
Check this:
<script>
function sibuscar(){
if (window.document.form1.bus.VALUE == ""){
}else{
window.document.form1.submit();
}
</script> |