majorbroncosfan
Programmer
I know that Javascript is designed for use on client-side pages to be able to change variables and objects on the page at the client. Is there any way to do so via VB Script? Can variables be passed in such a way that I do not need to submit the page? I am trying to get things on the client, pass them through to the server and update them on the client w/o the use of submit. Is it possible to gather the information from the client, pass the variables to the server and return them in such a way that the submit event never fires?