Guest_imported
New member
- Jan 1, 1970
- 0
have a unsolvable problem
maybe you can figure it out
well here it goes
i am writing in vbscript and set a variable in vbscript
then i call a javascript from inside my vbscript
which works fine but my problem is i need to use that vbscript variable in the javascript function.
Here is how i call it
Response.write "<a href=""#"" onclick= ""javascript:download_multiple_files(counterNameNormal)""><IMG SRC=""../images/check.gif""></a>"
where counterNameNormal is the vbscript variable i am trying to use.
Please Help!!!!!!!!
maybe you can figure it out
well here it goes
i am writing in vbscript and set a variable in vbscript
then i call a javascript from inside my vbscript
which works fine but my problem is i need to use that vbscript variable in the javascript function.
Here is how i call it
Response.write "<a href=""#"" onclick= ""javascript:download_multiple_files(counterNameNormal)""><IMG SRC=""../images/check.gif""></a>"
where counterNameNormal is the vbscript variable i am trying to use.
Please Help!!!!!!!!