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 thief collection program principle and common function methods

    ASP thief collection program principle and common function methods

    The collection program actually calls web pages on other websites through the XMLHTTP component in XML. For example, many of the news gathering programs call Sina's news web pages, and some of the HTML in them are replaced, and advertisements are also
    2025-02-12
  • asp+javascript implements 404 page processing and conversion

    asp+javascript implements 404 page processing and conversion

    The method of using 404 to solve the change of page path is mainly to make it user-friendly. It turns out that users rely on search engines to enter each of my articles. How can I let users jump from an old page to a new page, and the article Unchanged, s
    2025-02-12
  • The resolution and suggestions of negative numbers in the recordset paging in ASP

    The resolution and suggestions of negative numbers in the recordset paging in ASP

    For the phenomenon of negative numbers during the recordset paging, I believe that many people have encountered this problem, and sometimes Baidu and Google are not puzzled. Now I will summarize it. A negative number is mainly related to the type of curso
    2025-02-12
  • Prepare a function that generates random passwords?

    Prepare a function that generates random passwords?

    The following is the code fragment: <% Function Makepassword (byval Maxlen) Dim Strnewpass Dim Whatsnext, Upper, LOWER, Intcounter Randomize for
    2025-02-12
  • ASP tutorial: ContentType attribute

    ASP tutorial: ContentType attribute

    ContentType property specifies the http content type of the server response. If the ContentType is not specified, the default is Text/HTML. Use it in ASP: <% Response.ContentType = Text/HTML%> <% Respons
    2025-02-12
  • Refresh the six methods of the ASPX page (DOWNMOON)

    Refresh the six methods of the ASPX page (DOWNMOON)

    Refresh the six methods of the ASPX page (DOWNMOON) First: Private Void Button1_CLICK (Object SENDER, SYSTEM.EVENTARGS E) response.redirect (request.url.to
    2025-02-12
  • Production of ASP color school test code (verification code)

    Production of ASP color school test code (verification code)

    I saw the method of violent cracking on the Internet. If I use the image additional code to prohibit external submission of 10 passwords to error account and 50 passwords, the password error and trivial IP 10 seconds of anti -refresh interval registration
    2025-02-12
  • Use the vb activex.dll file in ASP

    Use the vb activex.dll file in ASP

    No one will use more troublesome ways to work without unnecessary circumstances, unless there is no room for choice. So if I want to tell you that there is a simple technology that can make your ASP development faster and more efficient, you must be parti
    2025-02-11
  • Another way of thinking about asp static pages

    Another way of thinking about asp static pages

    The development of the two recent websites has given me a lot of new ideas! I have also read a lot of excellent codes, but I have never found a pattern that suits me! Drawing on the cache design, I seem to have found a more convenient way of thinking. In
    2025-02-11
  • ASP basic example: solving ASP image upload vulnerability

    ASP basic example: solving ASP image upload vulnerability

    ASP basic example: Solve the ASP image upload vulnerability. The commonly heard ASP upload vulnerability is to modify the suffix name of some Trojan files (to the image file suffix) and upload it. Use the following function to identify this situation: &lt
    2025-02-11
  • Use ASP and VB & AMP;#083; CRIPT to upload files (1)

    Use ASP and VB & AMP;#083; CRIPT to upload files (1)

    Making files from the browser is a simple way to pass files from clients to the server. From the third -generation browser NetScape and Microsoft, most browsers can upload files from the server without the need to provide users with special access methods
    2025-02-11
  • ASP calls the two methods and efficiency speed ratio of MSSQL storage procedures for paging

    ASP calls the two methods and efficiency speed ratio of MSSQL storage procedures for paging

    I wrote a simple message book with SQL Server and ASP. I found in constant attempts that when the paging shows the message, different execution methods and time differences. This site contains this article ASP to call the MSSQL storage procedure for two w
    2025-02-11
  • Practical Server.transfer easily uses ASP to implement REWRITE simulation to generate static

    Practical Server.transfer easily uses ASP to implement REWRITE simulation to generate static

    When I just understood 404.ASP before, I once fantasized to write all the program code into 404.ASP to realize a station that simulates the static webpage. The program code is as many as 100,000 lines, I'm afraid I will start to climb until I see ASP
    2025-02-11
  • How to add hyperlinks to flash

    How to add hyperlinks to flash

    Today, the businessman gave me a flash and asked me to upload it to the Internet and add a link. Then I found that adding a link directly to flash was invalid. I looked at the attributes in it and found that there were none. So I searched on Baidu to add
    2025-02-11
  • ASP tutorial: the knowledge necessary for each ASP programmer

    ASP tutorial: the knowledge necessary for each ASP programmer

    Database connection: The following is the reference content: <%set conn = server.createObject (adodb.connection) const.open driver = {microsoft access driver (*.mdb)}; dbq = & s.
    2025-02-11