|
Download asp, open and convert a free ASP file: |
| ASP Introduction | | |
| An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are executed on the server. What you should already know. Before you continue you ... |
asp_intro.asp | www.w3schools.com | Convert : asp introduction |
 |
| ASP Quiz | | |
| You can test your ASP skills with W3Schools' Quiz. The Test. The test contains 20 questions and there is no time limit. The test is not official, it's just a nice way to ... |
asp_quiz.asp | www.w3schools.com | Convert : asp quiz |
 |
| ASP Examples | | |
| Basic. Write text using ASP ... Call a procedure using JavaScript in ASP · Call a JavaScript procedure and a VBScript procedure using VBScript in ASP. Forms ... |
asp_examples.asp | www.w3schools.com | Convert : asp examples |
 |
| ASP Response Object | | |
| The ASP Response object is used to send output to the user from the server. ... How to combine text and HTML tags with ASP. Redirect the user to a different ... |
asp_ref_response.asp | www.w3schools.com | Convert : asp object response |
 |
| ASP Certification | | |
| ASP (Active Server Pages) is a Microsoft scripting technology that allows insertion of server executable scripts in web pages. ASP is a powerful tool for making ... |
cert_asp.asp | www.w3schools.com | Convert : asp certification |
 |
| ASP Syntax | | |
| In our ASP tutorial, every example shows the hidden ASP source code. This will make it easier for you to understand how it works. |
asp_syntax.asp | www.w3schools.com | Convert : asp syntax |
 |
| ASP Cookies | | |
| Each time the same computer requests a page with a browser, it will send the cookie too. With ASP, you can both create and retrieve cookie values. |
asp_cookies.asp | www.w3schools.com | Convert : asp cookies |
 |
| ASP Forms | | |
| A form with method="get" How to interact with the user, with the Request. QueryString command. A form with method="post" How to interact with the user, with the ... |
asp_inputforms.asp | www.w3schools.com | Convert : asp forms |