About 400 results
Open links in new tab
  1. ASP Tutorial - W3Schools

    ASP (aka Classic ASP) was introduced in 1998 as Microsoft's first server side scripting language. Classic ASP pages have the file extension .asp and are normally written in VBScript.

  2. ASP Tutorial - W3Schools

    When a browser requests an ASP file, the server passes the request to the ASP engine which reads the ASP file and executes the server scripts in the file. Finally the ASP file is returned to …

  3. ASP VB Syntax - W3Schools

    All our examples shows the ASP code in red. This makes it easier for you to understand how ASP works.

  4. ASP Session object - W3Schools

    ASP solves this problem by creating a unique cookie for each user. The cookie is sent to the user's computer and it contains information that identifies the user. This interface is called the …

  5. ASP Sending e-mail with CDOSYS - W3Schools

    CDOSYS is a built-in component in ASP. This component is used to send e-mails with ASP.

  6. ASP.NET Web Pages Email - W3Schools

    The WebMail Helper - One of many useful ASP.NET Web Helpers. With the WebMail object you can easily send emails from a web page.

  7. ASP AJAX - W3Schools

    The page on the server called by the JavaScript above is an ASP file called "getcustomer.asp". The source code in "getcustomer.asp" runs a query against a database, and returns the result …

  8. HTML URL Encoding Reference - W3Schools

    In JavaScript, PHP, and ASP there are functions that can be used to URL encode a string. PHP has the rawurlencode () function, and ASP has the Server.URLEncode () function.

  9. ASP.NET Razor Markup - W3Schools

    ASP.NET helpers are components that can be accessed by single lines of Razor code. You can build your own helpers using Razor syntax, or use built-in ASP.NET helpers.

  10. 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 …