Commenting out and uncommenting lines in the irCargarAlumno function, I found that the problem is on these lines, but cant find out where and what's wrong:
El día 2 de mayo de 2010 09:43, Martín Marqués <[email protected]> escribió: > > function irCargarAlumno(url,cate,limpioDoc2){ > > // Ocultamos el formulario del segundo docente > if(limpioDoc2){ > $('filadocente'+cate+'2').hide(); > $('filadocente'+cate+'2').innerHTML = ""; > } Commenting out all the if(){....} and... > $('submitcates'+cate).innerHTML = ''; > $('submitcates'+cate).hide(); These 2 assignments... Does 2 changes let IE keep on going, but they are needed. I would have to get it done else where. -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DBA, Programador, Administrador -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
