
ASP Tutorial - W3Schools
Both technologies enable computer code to be executed by an Internet server. When a browser requests an ASP or ASP.NET file, the ASP engine reads the file, executes any code in the file, …
ASP Tutorial - W3Schools
This ASP tutorial contains hundreds of examples. Our "Show Example" tool makes it easy to learn ASP, because it shows ASP code with parallel HTML output.
ASP and VBScript Examples - W3Schools
Code Editor (Try it) With our online code editor, you can edit code and view the result in your browser
ASP.NET Web Pages - Tutorial - W3Schools
If you are new to ASP.NET, Web Pages is a perfect place to start. In this Web Pages tutorial you will learn how to combine HTML, CSS, JavaScript and server code, using server code written …
ASP.NET Web Pages - Examples in C# and VB - W3Schools
Code Editor (Try it) With our online code editor, you can edit code and view the result in your browser
ASP VB Syntax - W3Schools
All our examples shows the ASP code in red. This makes it easier for you to understand how ASP works.
ASP Quick Reference - W3Schools
You can insert the content of one ASP file into another ASP file before the server executes it, with the #include directive. The #include directive is used to create functions, headers, footers, or …
W3Schools Online Web Tutorials
Code Editor (Try it) With our online code editor, you can edit code and view the result in your browser
ASP VB Procedures - W3Schools
When calling a VBScript or a JavaScript procedure from an ASP file written in VBScript, you can use the "call" keyword followed by the procedure name. If a procedure requires parameters, …
HTML Tutorial - W3Schools
With our online code editor, you can edit code and view the result in your browser Videos Learn the basics of HTML in a fun and engaging video tutorial