YouTip LogoYouTip

Vbscript Summary

## VBScript Summary This tutorial has taught you about VBScript. You've learned about variables and functions, and how to run different scripts based on different conditions. To learn more about VBScript, please refer to our (#) and our (#). * * * ## Now that you've learned VBScript, what's next? The next step should be learning 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 by HTML forms, access any data or database and return results to the browser, create more useful pages customized 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 (#).
← Vbscript ExamplesVbscript Looping β†’