October 31, 1999 - Combining JavaScript and VBScript
![]() |
October 31, 1999 Combining JavaScript and VBScript Tips: October 1999
Yehuda Shiran, Ph.D.
|
<SCRIPT LANGUAGE="JavaScript">
<!--
function jsFunction() {
vbFunction();
}
// -->
</SCRIPT>
<SCRIPT LANGUAGE="VBScript">
<!--
Sub vbFunction
// do something
End Sub
// -->
</SCRIPT>These two languages can be combined to create useful scripting solutions that are otherwise impossible.


Find a programming school near you