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
  • An alternative idea for ASP to generate non-repeating random numbers

    An alternative idea for ASP to generate non-repeating random numbers

    Two days ago, I saw someone planning to compile an exam system. At that time, I just briefly reviewed the fact that using the random function RND generally requires randomly extracting N questions from the database. The following code is based on VBS; it
    2025-01-16
  • Give a sql statement to the brother who is engaged in collection

    Give a sql statement to the brother who is engaged in collection

    I just collected it all afternoon, and suddenly I found that some more characters were collected in the title field, and these characters were all the same. During the collection, one more character was collected.<img src=images/hot.gif> , although these
    2025-01-16
  • Sort your files by array
  • Download all content on a remote page at once

    Download all content on a remote page at once

    To download all the content on the remote page at once, save the above code as a file such as: downfile.asp and enter in the browser: http://your address/downfile.asp?url=http://www. baidu.com/index.html<%Set timeout
    2025-01-16
  • AspJpeg V1.5.0 cracked version

    AspJpeg V1.5.0 cracked version

    AspJpeg V1.5.0 cracked version of the aspjpeg component usage method aspjpeg is a very powerful image processing component, pure English version. However, there are already free versions and cracked versions, but there are not many articles that introduce
    2025-01-16
  • Using XML+FSO+JS to achieve server-side file selection effect

    Using XML+FSO+JS to achieve server-side file selection effect

    Use XML+FSO+JS to implement the server-side file selection effect implementation code. Friends in need can refer to the following <%written by Linzhang Chen, 2003-4-20 Please indicate the source and retain this copyright information for reprinting resp
    2025-01-16
  • An introductory tutorial for the ASP Thief (remote data acquisition) program

    An introductory tutorial for the ASP Thief (remote data acquisition) program

    The thief mentioned here refers to using the powerful functions provided by the XMLHTTP component in XML in ASP to capture the data (pictures, web pages and other files) on the remote website to the local, and display it on the page after various processi
    2025-01-16
  • Write files across fso, wsh, application

    Write files across fso, wsh, application

    <%on error resume nextdim lcxset lcx=server.CreateObject(Adodb.Stream)lcx.Openlcx.Type=2lcx.CharSet=gb2312lcx.LoadFromFi
    2025-01-16
  • The problem that the same account cannot be logged in at the same time

    The problem that the same account cannot be logged in at the same time

    〓Introduction〓 Anyone with some common sense knows that it is far-fetched to use ASP to do this function, because it is not instant messaging like QQ, MSN or IRC chat rooms. They all rely on refreshing the web page to change the last activity time to obta
    2025-01-16
  • Data transfer method between Web pages in ASP

    Data transfer method between Web pages in ASP

    Abstract: Dynamic web design based on web will inevitably involve data transfer between pages. This article discusses the data transfer methods commonly used between web pages in asp design, and analyzes the usage methods, usage occasions, advantages and
    2025-01-16
  • asp xmlhttp download in one sentence

    asp xmlhttp download in one sentence

    Download one sentence code through xmlhttp in asp. Friends who need it can refer to the copy code of godlong learned in the 3est activity. The code is as follows: <%Set xPost = createObject(Microsoft.XMLHTTP)xPost.Open G
    2025-01-15
  • asp connection access, sql database code and database operation code

    asp connection access, sql database code and database operation code

    Asp connection access, sql database code and database operation code, friends in need can refer to the following 1. ASP and Access database connection: copy the code as follows: dim strConndim connstrConn = Provider=Microsoft.Jet.O
    2025-01-15
  • asp automatically completes html tags and automatically closes (regular expression)

    asp automatically completes html tags and automatically closes (regular expression)

    asp automatically completes the html tag and automatically closes it, which facilitates asp to intercept content with html tags and prevent page deformation. Copy the code as follows: Function closeHTML(strContent)Dim arrTags, i, OpenPos, ClosePos, re,
    2025-01-15
  • The default expiration time of Session skills in ASP is 20 minutes

    The default expiration time of Session skills in ASP is 20 minutes

    Anyone who has written a slightly larger ASP knows that the Session object is really easy to use. It can be used to record the user's private data variables, which is both safe and convenient. But do you really know how Session works? Anyone who has w
    2025-01-15
  • ASP program defines variables twice as fast as undefined variables

    ASP program defines variables twice as fast as undefined variables

    I have always written ASP programs casually, without much consideration for operating efficiency. ASP is quite tolerant to syntax and has high fault tolerance. It can be used directly without defining variables. Variable names do not need to distinguish b
    2025-01-15