jeffcullina
Programmer
I pass an argument from one page to another in the address line. On the second page, I can reference that argument with vbscript by using
ID = Response("ID"
I would like to make use of that ID value in a javascript function. How do I set a javascript variable equal to a vbscript variable (something equivalent to IDjava = ID)? Alternatively, can I get the argument from the address line in javascript (is there a javascript equivalent to Response("ID"
)?
Thanks,
Jeff
ID = Response("ID"
I would like to make use of that ID value in a javascript function. How do I set a javascript variable equal to a vbscript variable (something equivalent to IDjava = ID)? Alternatively, can I get the argument from the address line in javascript (is there a javascript equivalent to Response("ID"
Thanks,
Jeff