Forum Discussion
_anomDiebolt_
10 years agoQrew Elite
You can get the value of any field with similar code:
_fid_6.value
It may seem magical but all modern browsers create a global variables that correspond to the id attributes placed on elements. This global variable represents the DOM node and taking the .value property is just getting the value of the control.
_fid_6.value
It may seem magical but all modern browsers create a global variables that correspond to the id attributes placed on elements. This global variable represents the DOM node and taking the .value property is just getting the value of the control.