Reply To: [picklist] unresponsive list of authority

Home Forums Error reporting [picklist] unresponsive list of authority Reply To: [picklist] unresponsive list of authority

#5027
peter
Participant
Helpful
Up
0
Down
Not Helpful
::

when working with our base,
is it the function AbrirIndice() line 361 column 54 that is the initial issue ? or something else in our installation ?
capturaclaves.php

document.Lista.base.value='".$arrHttp["base"]."'

function Continuar(){
  i=document.Lista.autoridades.length-1
  a=' '
  if (i>1) {
     i--
     a=document.Lista.autoridades.text
  }
  AbrirIndice(a)
}