How can I edit the contents of a text field?
Printable View
How can I edit the contents of a text field?
Use the 'value' property.
For example:
Is this what you are looking for?Code:document.formName.textBoxName.value = "whatever";
Thanks! I would have looked it up, but I am too lazy. :) Thanks again.