I'm wanting to create a file for classic ASP/VBScript code. I'm assuming the extension would be .vb
Can I include it into my webpage like this?
Can I include it into my webpage like this?
Code:
<html>
<head>
<script type="text/vbscript">
<!--#include file="myscript.vb" -->
</script>
</head>
<body>
</body>
</html>