Is there a way to set the value of a label tag by invoking a function? I mean, something like the following:
<label>Convert_Code(4)</label>
where Convert_Code
is javascript function that converts the received code (4 in the example) to a string.
Thanks.