GLBSP4
Programmer
- Sep 8, 2011
- 4
i am using vb5 and windows xp home. where is vbscript and how do i make it so i can use it in html?
thanks in advance
thanks in advance
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
msgbox "Hello"
<script language="vbscript">
'VBS code here.
</script>
how do i make it so i can use it in html?