[thelist] Address TD by id ?

Peter-Paul Koch gassinaumasis at hotmail.com
Tue Aug 20 08:54:00 CDT 2002


>         case "admin": admin_link.className = "topActive";
>                       admin_td.className = "topActive";
>                       break;
>     }
>
>In Internet Explorer the function works: the class of the TD and the A are
>changed.
>In Mozilla I get "Error: home_link is not defined" in the javascript
>console.
>
>How can I address the TDs and As then in Mozilla ?

document.getElementById('home_link').className

ppk

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx




More information about the thelist mailing list