Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/06/2004, 11:15
orharo2003
 
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>