StargazeR82
MIS
I'm using ASP/VBScript. I want to put a form value into an ASP Session variable when the submit button on the form is clicked. Is this possible? I thought that the onclick event had to be executed on the client side to work and therefore ASP code that is executed on the server side wouldn't have access to it. Am I even close to being correct?