Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/08/2004, 16:28
kittaragon
 
Fecha de Ingreso: julio-2004
Mensajes: 109
Antigüedad: 20 años, 9 meses
Puntos: 0
me da error este script...

<script language="JavaScript">
function cambia(){
with (document.form1){
if (cbotipoped[0].selected==true){
alert("Debe seleccionar un tipo de pedido..");
cbotipoped.focus();
//return false;
else
seleccion1.disabled=false;
seleccion2.disabled=false;
seleccion3.disabled=false;
seleccion4.disabled=false;

}
}
}
</script>