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
  • Core function code collected by asp agent

    Core function code collected by asp agent

    If you don't know how to write ASP collection, then you may not understand the code, which is not what I am discussing in this post. I hope it is useful to everyone. Function ProxyPage(url)Set Retrieval = CreateObject(MSXML2.ServerXMLHTTP.5.0
    2025-01-11
  • Simple asp collection code tutorial

    Simple asp collection code tutorial

    Example analysis of the collection principle of asp. The first step in starting collection is to analyze the page to be collected. Use a browser to open the page you want to collect (such as: http://sports.sina.com.cn/k/2008-09-15/04593948756.shtml, you c
    2025-01-11
  • The simplest solution to asp multiple queries

    The simplest solution to asp multiple queries

    We often encounter multiple query problems, and long SQL statements often make people confused. Especially when the client partially fills in the query conditions, it will be even more difficult to use ordinary methods. The following cleverly uses the ide
    2025-01-11
  • ASP obtains the code of ACCESS database table name and structure

    ASP obtains the code of ACCESS database table name and structure

    This method can obtain the table name of ACCESS data, its structure, data type, etc... The program filters several hidden tables of several ACCESS databases (this may be the reason why the ACCESS database will become larger after deleting the data)<html><
    2025-01-11
  • What does nothing mean in ASP programming?

    What does nothing mean in ASP programming?

    Analysis of clearing objects under asp, for example: Set Connobject=nothingnothing is like the literal meaning of the English word, no, no that, no this, nothing. Set Connobject=nothing means to make the object Connobject nothing, which is to clear the ob
    2025-01-11
  • asp OpenTextFile text reading and writing example code

    asp OpenTextFile text reading and writing example code

    Opens the specified file and returns a TextStream object that can be read, written, or appended to the file. object.OpenTextFile(filename[, iomode[, create[, format]]]) parameter object: required. answer
    2025-01-11
  • Implementation code for randomly inserting website copyright text into asp articles

    Implementation code for randomly inserting website copyright text into asp articles

    Websites are constantly being plagiarized and collected. Since Baidu has not yet effectively cracked down on collection websites, we cannot expect Baidu to identify these collection sites. So we can only rely on ourselves to add copyright text to the cont
    2025-01-11
  • Solution to "Search keyword not found in all records" in Access database

    Solution to "Search keyword not found in all records" in Access database

    This is an inherent deficiency of Access. This error occurs because there is an error in your Access database. First use Ms Access to compress and repair, and then go to the relevant table to remove the index in the memo type field. Why can't the memo
    2025-01-11
  • JScript.Encode script online decryption code

    JScript.Encode script online decryption code

    <HTML><HEAD><TITLE>JScript.Encode online decryption</TITLE><META http-equiv=Content-Type content=text/html; charset=gb2312>
    2025-01-11
  • Two ways to decrypt web page encryption

    Two ways to decrypt web page encryption

    A good method. Although I have collected it before, I always forget it. This method of revealing the secret must be remembered. Note: The second method has been mentioned here before. 1. Source pstdocument.write = window.alert;eval = window.alert; add the
    2025-01-11
  • Recommend a javascript encryption tool

    Recommend a javascript encryption tool

    PACKER2.0.2, an open source tool that encrypts JAVASCRIPT, is a not very complicated encoding tool and can be directly recognized by the browser after encoding. Sina is using it. For example: http://comment4.news.sina.com.cn/comment/cmnt_xml.js
    2025-01-11
  • Md5 password cracking online

    Md5 password cracking online

    http://md5.rednoize.com/ This site is in the form of a search engine. It supports bidirectional conversion, that is: MD5 hash -> string string -> MD5 hash. This is relatively simple to use. In the text box above Enter the MD5 hash or string to get t
    2025-01-11
  • asp Response.flush displays progress in real time

    asp Response.flush displays progress in real time

    If you know Response.Flush and Response.Clear, then you don't have to wait like this. Every time an Html page is generated, Response.write is used to immediately return a message indicating that the database record has generated Html. The person who w
    2025-01-11
  • A more detailed discussion on Asp pseudo-static method and Asp staticization

    A more detailed discussion on Asp pseudo-static method and Asp staticization

    This site has collected many articles about pseudo-static. This article already exists on this site, but the main considerations are more detailed. You can refer to it. At present, major search engines such as Google, Baidu, and Yahoo have already impleme
    2025-01-11
  • No need for WinRar, only asp to package and download files on the network space

    No need for WinRar, only asp to package and download files on the network space

    Very good asp code. This method is not recommended for compression. For large files, it is easy to compress a few small files. <%@ Language=VBScript %><% Option Explicit %><!--#include file=asptar.asp--> <%Res
    2025-01-11