I was wondering if anyone out there knows how i can pass a variable from my JavaCsript function to my ASP function.
I have a list from which I call a javascript function with onChange(javascript function). Inside that function, i want to pass a variable to an ASP function which will use it in a SQL query.
I have tried everything i can imagine but to no avail.
Thanks in advance for any suggestions that can be offered.