Hi,
selecting all A elements inside the block:
<UL class=tablist id=t_tablist>
<LI><A onclick="t_show_section('google');" href="javascript:void(0);"
name=google>Google</A>
<LI><A onclick="t_show_section('yahoo');" href="javascript:void(0);"
name=yahoo>Yahoo</A>
<LI><A onclick="t_show_section('msn');" href="javascript:void(0);"
name=msn>MSN</A>
<LI><A onclick="t_show_section('dyndrive');"
href="javascript:void(0);"
name=dyndrive>Dynamic Drive</A>
<LI><A onclick="t_show_section('news');" href="javascript:void(0);"
name=news>News.com</A></LI></UL>
by doing:
getElementsByTagAndClassName('A',null,parent=$('t_tablist'));
is giving an error in IE6, with Mochikit 1.3.1 (while it works in all
others i've tested).
If I change the above call to:
$('t_tablist').getElementsByTagName('A');
then it works... I am attaching a test html file for convenience (note:
saved to HTML from IE6, then hacked... the "original HTML is a lot
cleaner but results are the same).
Anyone seen this problem before? A bug? IE6 or Mochikit?
mario
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---