In IE below line is working . popup is a div element.
popup.all("submenu").innerHTML = "";
But in other browsers below error is coming
popup.all is not a function.
Is there any alternative for all function in other browsers.
Please suggest me. Thanks.
try this: