Hello,
I'm trying to get the value of a span. In ASP.NET when you use a Label it transforms it into a span on the client side. I can't get the value of the span using my JavaScript. How do you get the value of a span using JavaScript?
Thanks!
Code:<span id="lblOtherOptionsTotal" style="font-weight:bold;">$0.00</span>




Reply With Quote