document.getElementById('grand_total_display).innerHTML = "Total is : $"+variable;
is displaying error in IE6 and IE7
I have an <li>
with id as grand_total_display with some text displayed in it.
<li class="bannerprice" id="grand_total_display">TOTAL PRICE : $0</li>
I am executing a jjavascript function to insert some other value into it.. but I am displayed with the error as given below:
Please help me to rectify the issue
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…