PDA

View Full Version : Passing variables from javascript to vbscript


raghupathyr
11-29-2002, 01:15 PM
I wanted to pass a the value from a JavaScript variable to an VBscript variable. I don't want to use Hidden Fields for this purpose because i'm trying to pass an entire two dimension ARRAY.

Please help me.

beetle
11-29-2002, 09:29 PM
I think a better question is: Why do you need to do this? Is VB doing something that JS can't?