I have to use javascript variable in vbscript. Plz help me ASAP.
How To Use Javascript Variable In Vb Script?
- No trackbacks yet.
I have to use javascript variable in vbscript. Plz help me ASAP.
This entry was posted on Monday, February 8th, 2010 and is filed under Javascript Questions. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
Powered by Yahoo! Answers
#1 by IT Pro at February 8th, 2010
A JS variable’s scope would only be for the script it’s used in. There isn’t a way to pass a JS var to a VB script.