bebblebrox
IS-IT--Management
Hi,
Suppose you have:
how can you pull that value into javascript?
returns and error.
thanks
Suppose you have:
Code:
<input type=text name="element[]">
how can you pull that value into javascript?
Code:
document.formName.element[].value
thanks