How do you put a javascript variable into the value="" of an <input> box on a <form>
This must be easy but I do not know.
|
How do you put a javascript variable into the This must be easy but I do not know. |
||||
|
|
That's not hard. Have a look at the example below: HTML:
Javascript:
|
|||
|
|
|
|||
|
|
You can do just:
You can also use the jQuery library, it will:
|
||||
|
|