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
  • ASP's infinite classification plus js shrink and stretch function example code

    ASP's infinite classification plus js shrink and stretch function example code

    ASP's infinite classification plus JS shrink and stretch function example code This example mainly introduces the infinite classification with ASP and the shrink and stretch function with JS. Before the operation, I defined a category table category,
    2025-02-02
  • P3P and cross-domain cookie access (read and set)

    P3P and cross-domain cookie access (read and set)

    I tried setting cookies across domains in IE, but none of them worked. I checked the information and found that it can be achieved by setting the p3p value in the header. It’s really good:) For example, if you want to visit site b and set it up at site a.
    2025-02-02
  • How to solve the problem of different title lengths with left intercepted characters_ASP tutorial

    How to solve the problem of different title lengths with left intercepted characters_ASP tutorial

    Recommendation: Interpretation of using asp to write code similar to search engine functions. First, build an access database. There is a URLINDEX table in the library, in which the URL and Keywords fields are indexed respectively, as follows: URL text (i
    2025-02-02
  • Code for combining ASP and Excel to generate data tables and charts

    Code for combining ASP and Excel to generate data tables and charts

    ASP and Excel are combined to generate the code for data tables and charts. Friends in need can refer to it. Contents 1. Environment configuration 2. ASP basic operations on Excel 3. ASP operates Excel to generate data tables 4. ASP operates Excel to gene
    2025-02-01
  • Basic rules and common mistakes in asp programming for novices

    Basic rules and common mistakes in asp programming for novices

    I saw a common basic error in the code of many posts in the forum, which is the wrong field type. The program and the database are closely connected. Single quotation marks are used for database fields of text type or time type. 1. Common mistakes made by
    2025-02-01
  • Guide Excel in ASPX

    Guide Excel in ASPX

    Regarding ASPX to guide Excel, there are many online methods, and the most important thing is to use COM's control. The younger brother used to have such a method before. Some kind of complex registration, and may be slower in terms of efficiency, so
    2025-02-01
  • How to format ASP pagination and date into RFC822 format

    How to format ASP pagination and date into RFC822 format

    Calculate paging, hey, you can do it in one go without judging the following as referenced content: intNumPage = Abs(Int(-(intNumRecord/intPerPage))) Format the date into RFC822 format. The previous method was troublesome. Look at this simple one. The fol
    2025-02-01
  • 3 ways of ASP do not refresh the page to pick up data

    3 ways of ASP do not refresh the page to pick up data

    Here are three methods that use ASP to refresh the page to pick up data. Of course, the suffix of the data can be used. ASP, .jsp, etc. <script language=JavaScript>function loadXml(url){var loXML = new
    2025-02-01
  • asp string manipulation function

    asp string manipulation function

    Asp string function example uses string functions to perform operations such as truncation, tailing, and case replacement on strings. Function syntax function LenLen(string|varname) returns the number of characters in a string, or the number of bytes requ
    2025-02-01
  • ASP code to check whether a table with a certain name exists in the access database

    ASP code to check whether a table with a certain name exists in the access database

    First call the openSchema function in the adodb.connection object, which will get a Recordset, in which each "record" corresponds to a table in the database, and each "field" of the "record" contains certain aspects of the in
    2025-02-01
  • A brief discussion on parameter passing in ASP template technology

    A brief discussion on parameter passing in ASP template technology

    In content system development, it involves the process of separating content and form, that is, the process of customizing page templates based on users and then replacing them with relevant content. This is fundamentally different from many whole-site co
    2025-02-01
  • ASP files in UTF-8 format files

    ASP files in UTF-8 format files

    Note: Aspasp mentioned here is very bad for UTF-8 because of some of its functions. For example, you want to generate a file in UTF-8 format, and it is not possible to use the commonly used scripting.filesystemObject object. Scripting.filesystemObject pai
    2025-02-01
  • How to get the self-increasing ID of the current article after adding content through addnew in asp

    How to get the self-increasing ID of the current article after adding content through addnew in asp

    After adding a record using the addnew method in asp, we often use to obtain the self-increasing ID, and it is easy to achieve this function using bookmark. After adding a record using the addnew method in asp, we often use to obtain the self-increasing I
    2025-02-01
  • ASP Performance Optimization Response.isClientConnect

    ASP Performance Optimization Response.isClientConnect

    The Response IsclientConnect attribute can judge whether the server and the polite end are disconnected and returned to True or False when running the ASP. This also avoids users from accessing pages that occupy more resources, because when the user's
    2025-02-01
  • ASP effectively prevents spam messages/comments from appearing on website message boards. Implementation ideas

    ASP effectively prevents spam messages/comments from appearing on website message boards. Implementation ideas

    How to effectively prevent spam messages and spam comments on websites (message boards)? This article provides detailed solution ideas and implementation steps. Friends who need to know more can refer to the next step. On the form filling page: <input typ
    2025-02-01