Four types of ASP Web page jump code

Source: Internet
Author: User

Time:2012-06-12 21:12 Source:Unknown Input:Copper is dust Click:32,987 plays if you want to jump on the server side, you can: Response.Redirect (http://blog.163.com/power_1/) Response.End if you want to jump on the client, you can: script Language=java
  <%
Response.Redirect ("http/ 54qq.net/qq/")
Response.End
%>

If you want to jump at the client, you can:

<script language=" javascript "type=" Text/javascript "
window.location=" Http://54qq.net/qq/ ";
</script>

If you want the page to appear after a few seconds to jump, you can
<meta http-equiv= "Refresh" content= "3; Url=http://54qq.net/qq/ ;
Welcome to your visit, 3 seconds after the automatic jump to http://

above three kinds are also more common, more commonly used page jump code, of course, there are other, we can collect their own.

fourth type of VBScript jump code

<script language= "VBScript";

location.href= "Http://54qq.net/qq/"

</script>


( Editor: admin)

Four types of ASP Web page jump codes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.