mattquantic
Programmer
Hi Can I use the following to set the content of a span or div:
document.getElementsByName("thesubtotal").innerHTML =Total;
with
<span id="thesubtotal"></span>
M@?
document.getElementsByName("thesubtotal").innerHTML =Total;
with
<span id="thesubtotal"></span>
M@?