javascript to set class name
Posted: Mon Jun 22, 2009 3:56 am
Hi,
Am using the following javascript to set class name.
Its working in firefox well.
But its not working in IE6.
Is there ant equivalent script which runs in IE6
Am using the following javascript to set class name.
Code: Select all
document.getElementById("dropicon").setAttribute("class", "downimg");But its not working in IE6.
Is there ant equivalent script which runs in IE6