Hi
I am trying to call a VBscript function from a Javascript function and I need to pass parameters from Javascript to Vbscript.
I checked google and most of the solutions are related to C# and VB.net .
I am trying to call the vbscript function , using tags
lJudgeScore = <% = FindScore(gJudgeCode, gJudgevalue) %>;
but it does not work.
Would you please help me?
Thank you
K
I am trying to call a VBscript function from a Javascript function and I need to pass parameters from Javascript to Vbscript.
I checked google and most of the solutions are related to C# and VB.net .
I am trying to call the vbscript function , using tags
lJudgeScore = <% = FindScore(gJudgeCode, gJudgevalue) %>;
but it does not work.
Would you please help me?
Thank you
K