I hope I'm in the right category, and assume that VBScript is a part of asp.net.
Anyways, here is the code that will not run:
I have no idea how to get this to work in IIS. I feel like I've tried everything. The html will display, but the script won't. I've checked the event logs too, with no errors.
I've even named the document with ".aspx" and ".asp" and ".html" extensions
Anyways, here is the code that will not run:
Code:
<html> <head> </head> <body> <script type="vbscript"> document.write("Hello from VBScript!") </script> </body> </html>
I've even named the document with ".aspx" and ".asp" and ".html" extensions
Comment