
Passing Javascript Variables to VBscript (ASP) Variables
The only way I know of to do this is to put the value in a form field,
then post that form to a .asp page that will save the value...
Quote:
> how can I save a javascript variable to a asp variable?
> ie.
> javavariable = "This is cool"
> I want
> aspvariable = javavariable = "This is Cool"
> Thank You