Is document.getElementById('b').innerText supported in Mozil

wxdqz

New Member
We have a page running on IE that will display a specific variable in each of the table cells we have, but when we tried to run it on Mozilla, it doesn't work..... each cell is blank...... is "innerText" not supported in Mozilla?? Does anyone know what we can do??

here's what we did:

function displayLink()
{
document.getElementById('link1').innerText = newArray[x1].name ;
document.getElementById('link2').innerText = newArray[x2].name ;
:
:
etc
}

Any suggestiong appreciated!! :thumbsup:


Bo & Vic:rolleyes:
 
Back
Top