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 allows the Chinese of the URL to be displayed as encoded

    ASP allows the Chinese of the URL to be displayed as encoded

    Sometimes there will be garbled characters when transmitting Chinese, so it is best to encode the Chinese parameters. asp decoding url copy code code is as follows: <a href=1.asp?action=<%=server.urlencode(你好)%>>asdf</a> decoding function [code]<%Fu
    2025-02-15
  • ASP converts Chinese characters into a function of pinyin

    ASP converts Chinese characters into a function of pinyin

    I heard that converting Chinese characters into pinyin will be conducive to SEO, but the specific situation needs to be tested to know. The following is the code fragment: <% set d = createObject ("scripting.dicTionary") d.add "a",
    2025-02-14
  • AJAX simple application example-pop-up layer

    AJAX simple application example-pop-up layer

    Simple application of AJAX, including js popping up DIV layer, layer dragging, and ajax background reading data! Note that the getinfo.asp file is saved in utf-8 format. You can write and read database code in getinfo.asp! function createobj() {if (window
    2025-02-14
  • In ASP, select case is used instead of switch case in other languages, and default case else is used.

    In ASP, select case is used instead of switch case in other languages, and default case else is used.

    This article mainly introduces the use of select case in ASP to replace the switch case in other languages. The default uses case else. Friends who need it can refer to the following: You cannot use the switch statement in ASP. You must use the select cas
    2025-02-14
  • How to display and sort the array?

    How to display and sort the array?

    The following is the code fragment: We first use the New keyword to create an ArrayList object, assign a value to the Item of the array, and initialize the array: <% DIM AS New ArrayList Arr.add (1) Arr.add (3) Arr.
    2025-02-14
  • ASP implementation limits the judgment function score of new activities every 5 minutes a day

    ASP implementation limits the judgment function score of new activities every 5 minutes a day

    Start a new activity every 5 minutes a day to obtain the current time comparison of the next event. This article is included in this article. ASP realizes the judgment function sharing of new activities every 5 minutes. Detailed explanation of the relevan
    2025-02-14
  • Implementation code for renaming uploaded files to new download file names during ASP download

    Implementation code for renaming uploaded files to new download file names during ASP download

    The title is a bit confusing. This question is being discussed in the group today. CSDN has the answer. Attached, friends who need it can refer to the following question: I want to change the name when uploading a file, and then change the name back when
    2025-02-14
  • postmessage.aspx sticker

    postmessage.aspx sticker

    3) postmessage.aspx :- the page which saved data to the database<%@ import namespace=system %><%@ assembly name=system.d
    2025-02-14
  • ASP page allows CACHE method

    ASP page allows CACHE method

    Since the CACHE parameter set by IIS for dynamic pages such as ASP is private by default, the CACHE software will not cache the ASP output page. The ASP output page only calls out the content in the database to display to the user without using dynamic at
    2025-02-14
  • Compile the .aspx file and picture into DLL

    Compile the .aspx file and picture into DLL

    I used to see that someone asked how to compile the DLL on the CSDN Forum on the CSDN Forum, and answered at the time. Later, I felt that there may be someone to use it, so I recently organized the article. You can go to see the dllttp://www.bestaspx.net/
    2025-02-14
  • Unofficial method of integrating ASP personal website with Dongwang

    Unofficial method of integrating ASP personal website with Dongwang

    If a personal website has a member registration module + Dongwang Forum, it will not be easy to integrate the website with the Dongwang Forum system to achieve synchronized update of user information, login and other operations between different Web syste
    2025-02-14
  • Disadvantages of Access database

    Disadvantages of Access database

    The author used the Access database to create a website, but later found that the amount of data increased and the speed was slow, so everyone must make long-term plans before building a website. How many records can an Access database have? , what is the
    2025-02-14
  • asp Http_Referer,Server_Name和Http_Host

    asp Http_Referer,Server_Name和Http_Host

    I used to feel that there were a lot of values ​​in Request.ServerVariables, but now I see there are still so many, but today I will talk about one of the values ​​- HTTP_Referer and the difference between Server_Name and Http_Host in Request.ServerVariab
    2025-02-14
  • Read and generate UTF-8 encoded txt through fso in asp

    Read and generate UTF-8 encoded txt through fso in asp

    The solution to garbled characters when using fso.OpenTextFil to read UTF-8 files or using FSO.save to generate UTF-8 files. The method used to generate static pages is to read the html code of the asp page and save it as an html file. This method is due
    2025-02-14
  • Three solutions to the visual studio real-time debugger that always pops up_ASP tutorial

    Three solutions to the visual studio real-time debugger that always pops up_ASP tutorial

    Recommendation: ASP can effectively prevent spam messages/comments from appearing on website message boards. Implementation idea 1. On the form filling page: input name=intime1 type=hidden value=%=Now()% On the submission processing page, set the submissi
    2025-02-13