Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/11/2005, 03:50
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Debes declarar como array la variable heseleccionado

Código:
<SCRIPT language=JavaScript>
heselecionado = new Array()
function alertselected(){
//alert(document.form1.CatIdParent.selectedIndex)
heselecionado='Hijos'+document.form1.CatIdParent.selectedIndex
alert(heselecionado)