You Have Learned VBScript, What's Next?
VBScript Summary
This tutorial has introduced you to VBScript.
You have learned about variables and functions, as well as how to execute different scripts based on various conditions.
For more information on VBScript, please refer to our VBScript Examples and our VBScript Reference Manual.
Now That You Have Learned VBScript, What's Next?
The next step should be to learn ASP.
Scripts in HTML files are executed on the client side (in the browser), while scripts in ASP files are executed on the server.
With ASP, you can dynamically edit, change, or add any content to web pages, respond to data submitted via HTML forms, access any data or databases and return results to the browser, tailor pages for different users, and more.
Since ASP files are returned to the browser as pure HTML, we can view ASP in any browser.
If you want to learn more about ASP, please visit our ASP Tutorial.