I can print information out from JavaScript, how can I add the information to textbox
the following code displays information relation to description12 from JavaScript
<h6> Description : </h6> <span id="Description12"> </span><br />
I am now trying to get the information into textbox
<input name="reportnoss" type="text" id="Description12">
which does not work.