Hi,
I have a script which refreshes the content of a div like so:
document.getElementById(divRightTop).innerHTML = "whatever";
It works in IE, but I can't get it to work in NS. What would I need to change? Is it better to use innerText or innerHTML?
Thanks and may 2001 bring you love, health and prosperity.
Vieux motard que jamais...
I have a script which refreshes the content of a div like so:
document.getElementById(divRightTop).innerHTML = "whatever";
It works in IE, but I can't get it to work in NS. What would I need to change? Is it better to use innerText or innerHTML?
Thanks and may 2001 bring you love, health and prosperity.
Vieux motard que jamais...