I have a form upon which a user can select from a list of account numbers. When the user selects the account number I have 2 form fields which I need to change reflecting the account name and an email address associated with the account.
How exactly would be the best way to go about this?
My thoughts were maybe an array populated on the form open could hold the information and I could pull it directly out of the array using the onchange event. The problem with this is it means writing in javascript, and I have a bit of a hate/hate relationship with anything java.
Is there any way I can do this in pure ASP, excepting the onchange event handler. All the information I need is stored on a SQL2000 server so a db call is necessary somewhere anyway.
Hope this is clear and someone can help.
Simon ----------------------------------------
Of all the things I have lost in my life, the thing I miss the MOST is my mind!
----------------------------------------
How exactly would be the best way to go about this?
My thoughts were maybe an array populated on the form open could hold the information and I could pull it directly out of the array using the onchange event. The problem with this is it means writing in javascript, and I have a bit of a hate/hate relationship with anything java.
Is there any way I can do this in pure ASP, excepting the onchange event handler. All the information I need is stored on a SQL2000 server so a db call is necessary somewhere anyway.
Hope this is clear and someone can help.
Simon ----------------------------------------
Of all the things I have lost in my life, the thing I miss the MOST is my mind!
----------------------------------------