ASP Code with Javacript to pass variable

I moved this post to it's own topic since it starts a new discussion.Unfortunately, I do not believe there is anyway for you to save a variable from Javascript to ASP - it only works the other way around. This is because ASP is server side scripting that runs before the HTML page is generated. Javascript is client side scripting that runs AFTER the page generated. So by the time Javascript is running, the ASP is done and finished.You'll have to submit a form to an ASP script to pass variable values to an ASP variable.Edited By: aaron on 2006-3-9 17:53:29

Discussions have been disabled for this post