[Javascript] Javascript code not working in Mozzila

Flavio Gomes flavio at economisa.com.br
Fri Sep 24 08:36:05 CDT 2004



Let's make a few changes and it's gonna work in them all without any 
browser detection (since getElementById works):


Ben Crane escreveu:
(...)

>function HighLightTR(tr)
>{
>count=count+1;
>	myArray[count]=tr;
>  
>
  myArray[count]=document.getElementById(tr);

>2. ********************
><li><a href="#13" onClick="HighLightTR(row1)";
>  
>
  <li><a href="#13" onClick="HighLightTR('row1')";


Hope it Helps,

--
Flavio Gomes
flavio at economisa.com.br



More information about the Javascript mailing list