Hello everyone,
I would like to know about how to add value to input tag with javascript dynamically ,that is
How can i add the x value within the addValue() method.
Thanks and Regards,
Yan Paing
I would like to know about how to add value to input tag with javascript dynamically ,that is
Code:
<div id="editForm">
<input type="hidden" name="x" value="" >
</div>
<script>
function addValue(){
...
}
</script>
Thanks and Regards,
Yan Paing
Comment