Home>Network programming tutorial> ASP tutorial
All ASP tutorial ASP tutorial ASP.NET tutorial PHP tutorial JSP tutorial C#/CSHARP tutorial XML tutorial Ajax tutorial Perl tutorial Shell tutorial Visual Basic tutorial Delphi tutorial Mobile development tutorial C/C++ tutorial Java tutorial J2EE/J2ME Software engineering
ASP tutorial
  • Forge COOKIE and source address to remotely submit a letter for crawling content

    Forge COOKIE and source address to remotely submit a letter for crawling content

    *************************************************** ******************************Function (public) name: Remote fetch function function: Use XMLHTTP to remotely fetch data
    2025-01-27
  • Recommend a good article on the basic rules of asp programming for novices

    Recommend a good article on the basic rules of asp programming for novices

    Basic rules of asp programming for novices 1. Common mistakes made by novices. I have seen many posts in the forum and there is a common basic mistake in the code, which is the wrong field type. The program and the database are closely connected. Database
    2025-01-27
  • A piece of JS code that can almost make you freeze

    A piece of JS code that can almost make you freeze

    Run with caution, don't blame me if it crashes! It feels better to use this to deal with those people who always like to test your program to see if there are any SQL injection holes, haha! ! I thought that knowing such a small skill would be great! I
    2025-01-26
  • Detailed explanation of how to improve the access speed of asp pages

    Detailed explanation of how to improve the access speed of asp pages

    When opening an asp page, the page needs to access the database, and then display the content that meets the requirements on the page. If there are many records in the database, the access speed of the page will be relatively slow. The following methods c
    2025-01-26
  • ASP checkbox check box is selected code (combined with the database

    ASP checkbox check box is selected code (combined with the database

    ASP reads the code from the database to read whether the check box is selected. Sometimes, we will use check boxes in web pages, that is, multi-select boxes. When the user submits input information, we will obtain the content of the check box. , and then
    2025-01-26
  • Function code to obtain the address and parameters of the current page in asp

    Function code to obtain the address and parameters of the current page in asp

    The function code for obtaining the address and parameters of the current page in asp is often needed. It is specially organized for the convenience of friends who need it. Copy the code as follows: Function getCurrentUrl()On Error Resume NextDim strTempI
    2025-01-26
  • Solution to the invalid background editor of Dongyi under the official version of IE8

    Solution to the invalid background editor of Dongyi under the official version of IE8

    The official version of Microsoft's IE8 was officially released on March 20, 2009. Many Dongyi users have upgraded their browsers, but after the upgrade, they found that Dongyi's background editor cannot be used. The symptom is to click on any fun
    2025-01-26
  • The simplest way to get the date January 25 as 0125 in asp

    The simplest way to get the date January 25 as 0125 in asp

    Frequently using asp requires special display of dates. I have compiled a relatively simple method for your convenience right(0&year(now),2)&right(0&month(now),2)&right(0&day(now),2)&right(0&hour (now),2)&rig
    2025-01-26
  • summary of paip.asp project process and management tools

    summary of paip.asp project process and management tools

    paip.asp Project process and management tool summary 1. Requirements, task allocation, progress tracking Requirement management: JIRA is a commercial software project progress that integrates project planning, task allocation, requirements management, and
    2025-01-26
  • asp loop line number output function

    asp loop line number output function

    I have always had a headache with multi-row or multi-column loops in Asp. Today I have gained something. I posted the following code as a souvenir for myself. It has been completely modified under the guidance of Brother Big Bird. My ability is limited an
    2025-01-26
  • Method to output ASP record set into n-column tabular form

    Method to output ASP record set into n-column tabular form

    ASP displays data in tabular form, which facilitates the output of multi-row and multi-column content. Define variables Dim cn,rs,SqlSql = select CustomerID from Orders total number of records Dim TotalNumbeSet cn = Server.CreateObj
    2025-01-26
  • ASP Q&A Collection of ASP FAQs

    ASP Q&A Collection of ASP FAQs

    Q: Why does the RecordCount value of my recordset always return -1? Answer: You should use this mode to open the record set for accessing the database: rec.openstrSQL,conn,1,1 where strSQL is the SQL statement to operate the database; conn is the Connecti
    2025-01-26
  • ASP combines with FSO to implement functions such as file or folder creation and deletion.

    ASP combines with FSO to implement functions such as file or folder creation and deletion.

    asp+fso implements functions for detecting the existence, creation, and deletion of files or folders /////////////////////////////////// ////////////////FSO Operation/////////////////////////////////// ////
    2025-01-26
  • Detailed tutorial on ASP cache class

    Detailed tutorial on ASP cache class

    1. What is ASP caching/Why is it necessary to cache? When your web site is built using ASP technology in the early stages, you may feel the convenience brought by ASP dynamic web page technology, as well as the free modification and free http control. How
    2025-01-26
  • Asp parses XML and displays source code in pages

    Asp parses XML and displays source code in pages

    This article mainly introduces how Asp parses XML and displays it in pages. Screenshots are attached. Friends in need can refer to Asp's parsing XML and displaying it in pages. The sample source code is as follows: Copy the code as follows:
    2025-01-26