I have a form with a attached jQuery AutoComplete text box. The form is used to update customer records in a mySQL database. What I need to do is to pass a result from the AutoComplete to a parameter in an input element... e.g.
TIA for your assistanceCode:<input type="submit" class="redbutton" value="Save" name="buttonEdt" id="buttonEdt" title="Save Record" onclick="setFieldValue('edt','PASSED VALUE')" />
jdadwilson



Reply With Quote
Bookmarks