FireBug may be running in a different document context than your code.
In particular, the
window.parent.document.getElementById("taxonomyURL") part is giving
you a null value.Arnar On 1/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I tried > > >>> alert(toHTML(e)); > >>> alert(e.innerHTML); > > in the FireBug I received for "alert(toHTML(e));" and for > alert(e.innerHTML); the same content of DIV. Is it helpfull?? I have > no idea how can i solve it. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
