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
  • Detailed explanation of the use of asp regular expressions

    Detailed explanation of the use of asp regular expressions

    This article is an article I found about the detailed explanation of the use of regular expressions under ASP. I recommend everyone to read it. Copy the code as follows: Dim reSet re = new RegExp Create a RegExp instance re.Pattern = ab+c Define the regul
    2025-01-15
  • asp textarea multi-line array split processing method

    asp textarea multi-line array split processing method

    In the previous article, we inserted the data in the text into the textarea, which needs to be processed in the background. In the textarea, the carriage return character is not /n, but should be chr(13). So the corresponding asp processing code is as fol
    2025-01-14
  • Function code to filter illegal SQL characters under asp

    Function code to filter illegal SQL characters under asp

    Filter illegal SQL characters to prevent SQL injection, etc. The experience idea inside mainly uses batch replacement, which is a good idea. Copy the code as follows:********************************************** *****Function name: R Function: Filter ill
    2025-01-14
  • ASP code to realize UTF8 conversion into GB2312 national standard code

    ASP code to realize UTF8 conversion into GB2312 national standard code

    ASP uses UTF8 to convert GB2312 national standard code - GB2312 to UTF-8. Friends in need can refer to it. Copy the code as follows: Personal code style comments (the first lowercase letter in the variable name indicates the variable type) i: is Integer;
    2025-01-14
  • Code to query the location of a certain keyword in MSSQL database implemented in asp

    Code to query the location of a certain keyword in MSSQL database implemented in asp

    Generally speaking, this SQL is only suitable for use on small databases. The loop in ASP is also inefficient. It is better not to use it in large databases. You can consider it in small databases. If it is a large database, please contact the prince to a
    2025-01-14
  • ASP code to obtain Tencent IP address

    ASP code to obtain Tencent IP address

    ASP uses ASP to store the code for obtaining Tencent's IP address, and the data read from it. Question: Copy the code as follows:<script type=text/javascript src=http://fw.qq.com/ipaddress></script>
    2025-01-14
  • Using JScript to traverse the Request form parameter collection

    Using JScript to traverse the Request form parameter collection

    There is an Enumerator object under JScript that can traverse the collection. According to its documentation, I wrote the following program, which can traverse the entire Request.QueryString collection. Copy the code. The code is as follows: var params =
    2025-01-14
  • asp is a function that converts dates into constellations

    asp is a function that converts dates into constellations

    Date conversion constellation function, the parameters are date type, friends in need can refer to it. Copy the code as follows: function astro(birth)astro=if birth= or not isdate(birth) Then exit functionbirthmo
    2025-01-14
  • asp regular implementation of function code to clear html text format

    asp regular implementation of function code to clear html text format

    Regular matching (regular expression) pattern for data matching, replacement and copy code is as follows: <%/* Function name: Zxj_ReplaceHtml ClearHtml/* Function language: VBScript Language/* Function: Clear file HTML format function/* Pass parameters
    2025-01-14
  • asp+ajax imitation google search prompt effect code

    asp+ajax imitation google search prompt effect code

    Some time ago, I wanted to use Google Suggest and found a lot of results on the Internet but was not satisfactory, so I spent some time writing one. It is basically the same as Google Suggest. The subsequent approximate results are beyond the scope of thi
    2025-01-14
  • ASP highlights case-insensitive keywords

    ASP highlights case-insensitive keywords

    Today, I encountered a problem: how to highlight case-insensitive keywords in a web page. For example: text abcaBcabCaBCabcaBCa, keyword bc, in case of case-insensitivity, there are a total of 6 matches. Then what is displayed on the web page is abcaBcabC
    2025-01-14
  • The difference between asp Driver and Provider connection strings when connecting to Access

    The difference between asp Driver and Provider connection strings when connecting to Access

    Microsoft OLE DB Provider for ODBC Drivers Error 80040e21 A multi-step OLE DB operation produced an error. If possible, check each OLE DB status value. No work is done. A website program, an error occurred when adding news.
    2025-01-14
  • ASP performance test report, learn what ASP friends need to know

    ASP performance test report, learn what ASP friends need to know

    After reading the following article, I found that the author's test is really helpful to friends who use ASP. It should be similar not only for ASP but other languages. Generating dynamic content on the server is one of the main reasons for using ASP,
    2025-01-14
  • ASP reads XML example Youku album collection program Lei Feng version

    ASP reads XML example Youku album collection program Lei Feng version

    Use asp to obtain the xml file of the specified topic, and then read the list contents of the xml file in batches. Copy the code code as follows:<title> Lei Feng|Youku-Album collection program</title></head>
    2025-01-14
  • ASP XML operation class code

    ASP XML operation class code

    ASP XML operation class, friends who want to learn xml operation can refer to it. Copy the code as follows: Class XMLClassPrivate objXmlPrivate xmlDocPrivate xmlPath//========================
    2025-01-14