Hi, I have 2 questions:
1) If I write a function in VBScript, how can I call it from within my asp-page?
2) I have some code written in javascript that I want to run from within some code in VBScript. (How) can I do that?
Thanx! :)
Printable View
Hi, I have 2 questions:
1) If I write a function in VBScript, how can I call it from within my asp-page?
2) I have some code written in javascript that I want to run from within some code in VBScript. (How) can I do that?
Thanx! :)
The same way you would call it in an application. Just don't mix up server side script with client side script. One can't call the other.
Code:call javascriptfunction()