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
  • How to capture the page of the site?

    How to capture the page of the site?

    The following is the code fragment: In ASP, in addition to some common components such as adodb and scripting, we can also use Microsoft's ActiveX method to easily capture: <% url = http://www.intels.net/page/page/page/ captur
    2025-02-08
  • ASP GetRef function pointer test

    ASP GetRef function pointer test

    I was studying C++ recently and saw function pointers. Since I have been working on ASP before, I wondered if there was such a function pointer in ASP. I searched on Baidu and found that there wasn’t much introduction about this aspect, so I looked throug
    2025-02-08
  • Compile ASPX files into dll files

    Compile ASPX files into dll files

    Registered members and create your web development database. The foreword ASP.NET is not a simple upgrade of ASP, but an important part of the Microsoft .NET plan. The server -side HTML control and Web control, the client of the control of the control of
    2025-02-08
  • The program segment of obtaining the parameters of the URL and URL in ASP

    The program segment of obtaining the parameters of the URL and URL in ASP

    Code 1: [Get the file name in the address, does not include extended name] <% Dim url, filename, fileurl = split (request.servervariables (script_name),/) filename = url (ubound (URLLLLLLL
    2025-02-08
  • Bubble sort program implemented in asp

    Bubble sort program implemented in asp

    The program code of bubble sort program implemented in asp, friends in need can refer to it. Copy the code as follows: arr = array(12,52,14,43,24,58,15,64,24,57,17,56,45)arrLen = ubound(arr)for i=0 to
    2025-02-08
  • rs.open sql,conn,1,1 and rs.open sql,conn,1.3 and rs.open sql,

    rs.open sql,conn,1,1 and rs.open sql,conn,1.3 and rs.open sql,

    The syntax of Rs.Open is as follows: rs.Open Source, ActiveConnection, CursorType, LockType Source is the sql statement, ActiveConnection is the database connection, CursorType is the cursor, LockTy
    2025-02-08
  • Complete example code for ASP operation of XML files

    Complete example code for ASP operation of XML files

    Complete the asp language to add, delete, modify, and view the specified node text in the XML document. Friends in need can refer to it. Copy the code as follows: <%--------------------------------------------- ---------------------Procedure
    2025-02-08
  • The asp page prompts Response object error ASP 0156: 80004005 HTT

    The asp page prompts Response object error ASP 0156: 80004005 HTT

    When accessing an asp page, it prompts Response object error ASP 0156: 80004005 HTTP header error?, line 0 has output the HTTP header to the client browser. Any modifications to HTTP headers must be made before outputting the page content. In fact, this t
    2025-02-08
  • ASP query xml code does not refresh the page query method

    ASP query xml code does not refresh the page query method

    The code for asp query xml does not refresh the page. The implementation method of the query is as follows:<html><head><title> How to query without refreshing the page</title>
    2025-02-08
  • Simple learning in regular expression

    Simple learning in regular expression

    : A single character range: [character set] Non-range: [^character collection]/r: Enter/n: change/t: tab key/d: [0-9]/d: [^0-9]/w : [0-9a-Za-Z _]/W: [^0-9a-Za-Z _]/s: [/f/n/r/t/v]/s: [^/f/n/r/ T/V
    2025-02-08
  • Register the DLL VB & AMP;#083; CRIPT Class on the ASP page

    Register the DLL VB & AMP;#083; CRIPT Class on the ASP page

    Registered members, create your web development database, ---------------------------------------- ------- ROOT1 ----------------------------------------------------------------------------------------------------------------------------------------------
    2025-02-08
  • The perfect solution to the noise in aspJpeg image watermarks

    The perfect solution to the noise in aspJpeg image watermarks

    The key to success here is: the watermark image must be in png format, and the effect will be the same when the background is removed. Operation implementation function: Copy the code. The code is as follows: Function AddWater(n)Set Photo = Server.CreateO
    2025-02-08
  • Sharing of database connection pool function implemented by Asp

    Sharing of database connection pool function implemented by Asp

    This article mainly introduces the function sharing of the database connection pool function implemented by Asp. This function can speed up the access speed of web pages and reduce the pressure on the database. Friends in need can refer to it. Database co
    2025-02-08
  • My first ASP+program, please come in to see if you are a novice. Devil the master. : :)

    My first ASP+program, please come in to see if you are a novice. Devil the master. : :)

    <!--我的第一个asp+程序--><!--如有转载,请注明出处! 作者:大自然 主页:http://zhanzhen.wayall.com 欢迎来信[email protected]指教--><!--作者瞎写:这么一段程序可是花了我n长时
    2025-02-08
  • The ultimate defense against ASP injection

    The ultimate defense against ASP injection

    In fact, SQL injection vulnerabilities are not terrible. If you know the principle + be patient and careful, you can completely prevent the 4 functions given below, which are enough for you to resist all SQL injection vulnerabilities! If you understand th
    2025-02-08