Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling Client side function from server side

Status
Not open for further replies.

KatiS

Programmer
Apr 29, 2019
2
GB
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top