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 related dual quotes, single quotes, and

    ASP related dual quotes, single quotes, and

    Many ASPs who have first learned from ASP may be lost in dual quotes, single quotes, and & numbers. The most important thing is that the meaning of three types of symbols is not understood, and of course, they can't master their usage well. Here a
    2025-02-09
  • ASP converts the GB2312 mode to the GB2312 mode under the UTF-8 pages into Chinese characters

    ASP converts the GB2312 mode to the GB2312 mode under the UTF-8 pages into Chinese characters

    I encountered the problem when I made a small feature today. My current page is UTF-8 coding. Get the Chinese character encoding in Baidu Source URL may be under GB. After searching for a long time on the Internet Use XMLHTTP to remotely request it to get
    2025-02-09
  • ASP determines the source and redirects the code

    ASP determines the source and redirects the code

    <%url=request.ServerVariables(HTTP_REFERER)if url<> thenhost=split(url,.)(1)end ifif host<>baidu or host<>google or host
    2025-02-09
  • How to connect asp to access database?

    How to connect asp to access database?

    Is your website still as static as ever? Among the Internet websites that are growing exponentially, a considerable number are still static, and have invisibly fallen far behind the times. The so-called static refers to that the web page content of the we
    2025-02-09
  • Production of color school inspection code

    Production of color school inspection code

    To understand these codes, it is mainly to understand the object of the binary data in ASP, adodb.stream! This program mainly uses adodb.stream. If you have this foundation, you can further add more functions such as adding miscellaneous points, gradient
    2025-02-09
  • How to solve the 'no permission' error in cross-domain access in AJAX

    How to solve the 'no permission' error in cross-domain access in AJAX

    When many people use AJAX to call the content of other people's sites, JS will prompt a permission error. This is a limitation of the XMLHTTP component. For security reasons, access to non-same domain websites is prohibited. Here is an example to acce
    2025-02-09
  • ASP Crazy template operation class (the simplest template class, only provides communication

    ASP Crazy template operation class (the simplest template class, only provides communication

    Friends who need the simplest template class of ASP Crazy template operation class can refer to it. File name: Awa_temp.Class.asp Copy the code as follows: <%Crazy frog! Template operation class author Crazy~frog! QQ: 379969387 Welcome to exchange vers
    2025-02-09
  • Solution after ASP+MSSQL2000 database is injected in batches Page 1/2

    Solution after ASP+MSSQL2000 database is injected in batches Page 1/2

    These days, many websites designed with ASP+MSSQL may have experienced the experience of having their SQL databases inserted into JS Trojans by hackers; no, a friend’s website was deceived by hackers, and every varchar and text field of mssql was deceived
    2025-02-09
  • ASP CODEPAGE page encoding instructions

    ASP CODEPAGE page encoding instructions

    The specified code page feature is invalid. CODEPAGE attribute: It means that the webpage code page is different from the default code page of the web page to the web server, you must indicate the code page: codepage = 936 Simplified Chinese GBKCodePage =
    2025-02-09
  • A piece of ASP HTTP_REFERER judgment code

    A piece of ASP HTTP_REFERER judgment code

    In fact, my original intention of doing this is to prevent hot links! Please help me find out how to eradicate hotlinking through code! As long as HTTP_REFERER does not originate from (google.com google.cn *.google.com *.google.cn baidu.com *.baidu.c
    2025-02-09
  • Detailed description of asp output line break original

    Detailed description of asp output line break original

    Many friends don't know much about the implementation of ASP line breaks, and they don't know what code to use under what circumstances. Here Script Home will briefly explain it to you, hoping it can be helpful to everyone. Test code: Output a sim
    2025-02-09
  • Example code for ASP to create log files

    Example code for ASP to create log files

    Example code for creating a log file with ASP. Create a log file with ASP. This example uses a text file to write user information. Create a logfile.asp and place it at the top of each ASP page.<!--#Include File=LogFile.asp--> When someone visits your sit
    2025-02-09
  • A brief analysis of a good page turning effect code_ASP tutorial

    A brief analysis of a good page turning effect code_ASP tutorial

    Recommendation: Interpret the code result of a graphical input date method: !doctypehtmlpublic-//W3C//DTDHTML4.0 html head titleNewDocument/title metaname=Generatorcontent=E
    2025-02-08
  • A preliminary study on pseudo-inheritance in asp_example code

    A preliminary study on pseudo-inheritance in asp_example code

    When writing a paging class, I encountered a very clever class object reference passing problem. If I explain what is going on here, it may be difficult for everyone to understand clearly. It is better to look at the code, which uses a paging class CPagin
    2025-02-08
  • ASP obtains a digit single, ten, and hundred functions

    ASP obtains a digit single, ten, and hundred functions

    Get a digit, ten, and hundred code, friends who need it can refer to it. Function Numbersplit (Num) Dim I, Length Length = Len (NUM) for I = 1 to Length Numbersplit = Numbe
    2025-02-08