Passing Javascript Variables to VBscript (ASP) Variables 
Author Message
 Passing Javascript Variables to VBscript (ASP) Variables

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



Mon, 01 Dec 2003 00:37:54 GMT  
 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



Mon, 01 Dec 2003 00:41:22 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. passing javascript variable into asp variable using vbscript

2. Passing Variables between javascript and vbscript on ASP pages

3. Passing Javascript Variable as part of ASP Query String

4. Passing a ASP Session Variable Value into a JavaScript function

5. passing a variable from .asp to javascript

6. passing variable in javascript to ASP

7. Passing a vbscript variable to a javascript function

8. Help:Passing variable between vbscripts and javascripts?

9. Passing a variable from JavaScript to VBScript

10. Passing VBScript Variables to JavaScript

11. Passing variables from javascript to VBScript

12. Passing VBScript variables in JavaScript

 

 
Powered by phpBB® Forum Software