Answered
Using ListBox slection to Generate New Recordset
Hello;
I am new to ASP as well as Dreamweaver 8. I have been able to figure out a lot of things by self teaching but now I am stuck. (perhaps I am exhausted after so many hours!).
I have created an ASP page where I have inserted a dynamic Listbox in it. I have successfuly populated the listbox.
Here is what I m trying to do: when the user makes a selection in the Listbox, I would like to use the "onChange" event (which I still can't figure out how to use it) to generate a Recordset using the value of the selection. The new Recordset will give me a filename (which is in the database) that the user can download by clicking on a link. You could call it a Dynamic Link since everytime the user makes a different selction in the listbox, the link will link to a different filename.
I have been working on this for at least 12 hours and eventhough I usually catchup very quickly, this one I am having a hard time with.
Your help will be greatly appreciated.
I am new to ASP as well as Dreamweaver 8. I have been able to figure out a lot of things by self teaching but now I am stuck. (perhaps I am exhausted after so many hours!).
I have created an ASP page where I have inserted a dynamic Listbox in it. I have successfuly populated the listbox.
Here is what I m trying to do: when the user makes a selection in the Listbox, I would like to use the "onChange" event (which I still can't figure out how to use it) to generate a Recordset using the value of the selection. The new Recordset will give me a filename (which is in the database) that the user can download by clicking on a link. You could call it a Dynamic Link since everytime the user makes a different selction in the listbox, the link will link to a different filename.
I have been working on this for at least 12 hours and eventhough I usually catchup very quickly, this one I am having a hard time with.
Your help will be greatly appreciated.