javascriptasp-classicvbscript

Calling VBScript from JavaScript or vice versa?


Is it possible to call a VBScript function from a JavaScript call, or alternately call JavaScript from a VBScript call?


Solution

  • Yes, if your main script is a Windows Script File (WSF).

    WSF files can include other script files and execute code from multiple engines.