0
WvWesley van Wyk
The code invokes a function and supplies the value of the input field as the parameter.
0 Comments
function() { var inputField = document.getElementById("myFormField"); return inputField.value || ""; }