![]() |
Changing the hidden element's value in javascript
Hi,
i want to change the hidden elemtn value in the javascript. the name of the filed will have to be formed in the javascript. like this Code:
var temp="name"+1;Code:
|
Re: Changing the hidden element's value in javascript
Code: JavaScript
|
Re: Changing the hidden element's value in javascript
If you want to change the "value" (as you say) of an element named "name1" presumably you just do this:
Code:
name1.value = 'newvalue'Code:
<script> |
| All times are GMT +5.5. The time now is 08:01. |