Using JavaScript, can I tag a block of text and then change the text
appearing in that block?
I'm doing a type of calculator and I'd like to display the resulting
number in a <td> (or div or whatever works) on the page. I'd like to
avoid using a text form field for the output.
Thanks.
appearing in that block?
I'm doing a type of calculator and I'd like to display the resulting
number in a <td> (or div or whatever works) on the page. I'd like to
avoid using a text form field for the output.
Thanks.
Comment