ASP Page Jump Problem? Three ways for asp net to jump to a page

Updated on technology 2024-04-11
8 answers
  1. Anonymous users2024-02-07

    What you mean is that you have to jump to the past, and you can't jump to any other page.

    Then add the program to the page.

    backpage="http_referer") 'Get the address of the page if backpage<>""Use the obtained page ** to determine whether it is your page, if not, jump directly to your Note that the address obtained by the backpage is.

    This kind of end if

  2. Anonymous users2024-02-06

    Add inside and add but this is a dead loop, hehe.

  3. Anonymous users2024-02-05

    What's the special significance of your design?

  4. Anonymous users2024-02-04

    response redirect: This method of redirecting pages is not fast, because it has to go back and forth (postback), but it can jump to any page, there is no site page limit (i.e. it can jump from Yahoo to Sina), and it can't skip login protection, but the slow speed is its biggest drawback! The first step is to send a request to the client to notify that it needs to jump to a new page, and then the client is sending a jump request to the server, and it should be noted that all the data stored in the internal space will be lost after the jump, so you need to use the session

    Server transfer is fast, only needs to be postback once, but it must be under the same site, because it is a method of the server, in addition, it can skip the login protection, you can write a small program to try, design a jump from page 1 to page 2, but to enter page 2, you need to log in form authentication, but if the jump statement uses transfer, then the login page will not pop up, and the redirect request for this method occurs on the server side So the URL of the browser still retains the address of the original page! ( lian )

    The sever execute method is mainly used for page design, and it must be a page under the same site, and this method is used when you need to insert the output of one page into another aspx page, mostly in **, where a page resembles a nested square bucket on another page.

    Summary: Use redirect when you need to redirect a user to a page on another server

    When you need to redirect a user to a non-aspx page, e.g. use redirect

    When you need to pass the query string as part of the URL to the server, because other methods can't do it, postback brings the data back to the server first, and uses redirect

    Transitions between aspx pages are required (no login involved) Use Transfer

    When you need to insert the output of an ASPX page into another ASPX page, use the execute method.

    Of course, forgot that there is also a hyperlink! Of course, I don't need to talk too much about this, but he's using hyperlinks when the user needs to decide when to jump to the page.

    By the way, how to use the redirect method to use Chinese characters in the query string, because it is often the case that there are garbled characters, the reason is that the url does not support Chinese characters, and this time it needs to be converted.

    The following is a reference snippet stringmessage=server urlencode( Welcome to the Racing column );

    Convert before using the query string.

    lishixinzhi/article/program/net/201311/14061

  5. Anonymous users2024-02-03

    response redirect: This method of redirecting pages is not fast, because it has to go back and forth (postback), but it can jump to any page, there is no site page limit (i.e. it can jump from Yahoo to Sina), and it can't skip login protection, but the slow speed is its biggest drawback! The redirect redirection mechanism is to send a request to the client to notify that it needs to jump to a new page, and then the client is sending a redirect request to the server, and it should be noted that all the data stored in the internal space will be lost after the jump, so you need to use the session

    Server transfer is fast and only needs to be postback once, but ......He must be under the same site, because it is a method of the server, in addition, he can skip the login protection, you can write a small program to try to design a jump from page one to page two, but to enter page two, you need to log in to form authentication, but if the jump statement uses transfer, then the login page will not pop up, the redirect request of this method occurs on the server side, so the URL address of the browser still retains the address of the original page!

    The sever execute method is mainly used for page imitation cooktop design, and it must be a jump to a page under the same site, and this method is used when you need to insert the output of one page into another aspx page, and most of it is in **, where a page exists on another page in a similar way to nesting.

    Summary: Use redirect when you need to redirect a user to a page on another server

    When you need to redirect a user to a non-aspx page, e.g. use redirect

    When you need to pass the query string as part of the URL to the server, because other methods can't do it, postback brings the data back to the server first, and uses redirect

    Transitions between aspx pages are required (no login involved) Use Transfer

    When you need to insert the output of an ASPX page into another ASPX page, use the execute method to make a large paragraph.

    Of course, forgot that there is also a hyperlink! Of course, I don't need to talk too much about this, but he's using hyperlinks when the user needs to decide when to jump to the page.

    By the way, how to use the redirect method to use kanji in the query string, because it is often the case that garbled characters occur because the url does not support kanji, and this time it needs to be converted.

    The following is a reference snippet stringmessage=server urlencode( Welcome to the Racing column );

    Convert before using the query string.

    lishixinzhi/article/program/net/201311/11527

  6. Anonymous users2024-02-02

    1. Rogue software is installed, and unsolicited rogue software (plug-ins) will seriously affect the stability of the browser itself.

    2. The browser version is too low, and many ** browsers need to be supported by higher browsers, and it is easier to crash when using versions below IE6SP1.

    3. The system resources are insufficient, this problem can directly cause the browser to crash, please upgrade the system configuration.

    4. Plug-in incompatibility problem, some plug-ins will be incompatible with the browser, which will directly lead to the automatic closure of the web page.

    5. The computer was attacked by a Trojan virus, and the author of the virus Trojan basically did not care about the stability of the Trojan program when designing the program.

    Resolved the automatic closure of web pages.

    1.The browser pops up "The program has performed an illegal operation and is about to close......Try closing some web pages that you don't need to open for the time being, and then under the browser's Tools menu, turn on Internet Options, reset the security level, advanced options, etc. toggles to default, or turn off plugins that may cause conflicts in the Advanced tab Check Add-ons Manager.

    2.If the above operations don't work, you can try to reset the internet options directly.

    Open Control Panel, Network & Internet, Internet Options, this will disable all add-ons and reset IE settings to system defaults.

    3.Use the latest version of Kingsoft Antivirus 2011 to quickly check and kill the system, you can remove the virus Trojan threat within 3 to 5 minutes, and check whether the IE settings are tampered with by the virus Trojan, if there is any abnormality, the built-in system repair engine of Kingsoft Antivirus 2011 will automatically restore the relevant settings to the default value.

  7. Anonymous users2024-02-01

    Add '3 seconds to the head header' and you can adjust the page that is the destination you want to jump to.

    As follows: Your information has been submitted successfully! I wish you a prosperous career!

    Return in three seconds.

  8. Anonymous users2024-01-31

    asp is starting to jump to the page", which is a very simple sentence, and it is about the same complexity as "the puppy has started to eat".

    Do you not understand what "ASP" is, if you can go to the encyclopedia to find a detailed answer, in short, ASP is a dynamic ** technology.

    Don't you understand what a "redirect page" is, in this sentence, "redirect page" can be understood as: from one web page to another, so it is a redirect.

    For example, when we are in csdn**** things, we find that we need to log in to **, so I click on login to enter the login page, enter the username and password point login, go to the login success page, and after the login is successful, it will automatically jump to the page where I wanted to ** before.

    There are many ways to jump to the page, such as jumping after clicking and jumping after submitting, which are manual jumps, and there are also automatic functions of the program. ASP is a dynamic technology that can directly or indirectly automatically jump to a page.

Related questions
9 answers2024-04-11

Forehead. I'll come and help you in the evening. Went to work.

9 answers2024-04-11

Set up the 404 page Generally, the program background will be set up. >>>More

17 answers2024-04-11

%if request("username")="" then%>elseset rec="")

sql="select * from user where username = '"& request("username") &"'" >>>More

14 answers2024-04-11

If you refresh a page that has already been submitted, you will always be prompted with one"Retry or Cancel". , If it's an ordinary page, it doesn't seem to matter, there is one, it's a big deal. But when we're refreshing the parent form in a child form, it's a bit redundant. >>>More

4 answers2024-04-11

dim rs,sql,filename,fs,myfile,objspreadsheet,x

set fs = "") >>>More