VBScript Tutorial
 |
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!
|
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.
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!
At W3Schools you will find a complete VBScript reference.
VBScript Reference
Stylus Studio® 2010 XML Enterprise Suite raises the bar for productivity in XML development tools.
Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive
XML toolset to tackle today's advanced XML data transformation and aggregation challenges.
|
- XML Pipeline Editor, Debugger and Code Generator
- DataDirect XML Converters
- XQuery Mapper, Editor, Debugger, and Profiler
- XSLT Mapper, Editor, Debugger, Designer, and Profiler
- Java and C# for .Net Code Generation
- XML Schema Designer With Documentation Generator
- XML Editor With Full XPath Integration
Download a free trial now
|
|