skibascott
IS-IT--Management
I have some hidden text boxes that are populated with text using javascript. Can I format and display the text within them without using the text box? If so, how do I reference the text in my html?
ex.
ex.
Code:
<input type="hidden" name="Tool">
<h1>I would like the text from the "Tool" text box to go here</h1>