Is it posible to pass a record set created from an sql statment using the "strsubjectrec = rstsubject.GetRows" format in to a a javascript fuction via an "OnChange" form event in asp.
What i am trying to achieve is to change a fixed field value on a form to a matching value, when a user changes another field from a drop down list, both sets of values are obtained from asql database, and as the form contains a considerable number of fields I do not want to recreate the form very time a value is changed.
Thanks in advance
Dave WX