Anyone know the proper way to set a recordset object into a javascript array to dynamically change the contents of fields by the user selection?
We have a page where the user will select between two options (radio buttons)...and depending on which one they click on, it will either load the latest records data into the page's form fields from one table in the database, or from the other table.
I want to make it so as soon as they click on either radio button, and/or click back to the other one, it will display that selections data within the form.
I forget the proper way to set an array offhand in javascript, and I'm pretty sure that upon setting the array within the javascript that you could assign a recordset (or a server side array) to the javascript's value. Just need someone to refresh my memmory.
Thanks in advance! -Ovatvvon :-Q
We have a page where the user will select between two options (radio buttons)...and depending on which one they click on, it will either load the latest records data into the page's form fields from one table in the database, or from the other table.
I want to make it so as soon as they click on either radio button, and/or click back to the other one, it will display that selections data within the form.
I forget the proper way to set an array offhand in javascript, and I'm pretty sure that upon setting the array within the javascript that you could assign a recordset (or a server side array) to the javascript's value. Just need someone to refresh my memmory.
Thanks in advance! -Ovatvvon :-Q