Simple onblur event script
I preface this post by stating that I know almost absolutely nothing about javascript.
I am in need of a simple javascript for the onblur event of a text box that will pass the value of the text box to the php script that contains the text box.
Maybe there is another way... This is what I need to do.
I have a module form that consists of multiple input boxes used to enter/edit records of a database table. Also included in the module is key information from a list of selected records. At present the user scrolls through the list of records and selects one from the list. Upon selection the page reloads with the information loaded into the input boxes for editing.
I would like to add a feature that allows the user to enter a record ID in an input box and then when the onblur event fires reload the page with the information of the entered record.
TIA
jdadwilson