From http://www.w3schools.com (Copyright Refsnes Data)

VBScript Tutorial

« W3Schools Home Next Chapter »

VBScript

VBScript is a Microsoft scripting language.

VBScript is the default scripting language in ASP.

Client-side VBScript only works in Internet Explorer!

Start learning VBScript now!

VBScript Editor

With our online editor, you can edit the VBScript code, and click on a button to view the result.

Example (IE Only)

<html>
<body>

<script type="text/vbscript">
document.write("This is my first VBScript!")
</script>

</body>
</html>

Try it yourself »

Click on the "Try it Yourself" button to see how it works.


VBScript Examples

Learn by examples! With our editor, you can edit the source code, and click on a test button to view the result.

Try-it-Yourself!

VBScript Reference

At W3Schools you will find a complete VBScript reference.

VBScript Reference


« W3Schools Home Next Chapter »

From http://www.w3schools.com (Copyright Refsnes Data)