I have some radio buttons in an ASP web page and when I click on any of these buttons I'd like to display a list retrieved from a SQL statement.
I'm fairly new to this so for all I know there's another way to do it that I don't know about.
Right now I have a JavaScript routine called from the onClick event but I can't get the Classic ASP code to execute the SQL statement inside the routine to retrieve the list I want.
I would include the code but I've rewritten it so many times I know it's all messed up.
Is there a way to do this? If so how?
Thanks much.
I'm fairly new to this so for all I know there's another way to do it that I don't know about.
Right now I have a JavaScript routine called from the onClick event but I can't get the Classic ASP code to execute the SQL statement inside the routine to retrieve the list I want.
I would include the code but I've rewritten it so many times I know it's all messed up.
Is there a way to do this? If so how?
Thanks much.