- 1. Implement the website (webpage) jump and can hide the URL after the jump code
- <meta http-equiv= "Content-language" content= "ZH-CN" >
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">
<meta http-equiv= "Refresh" content= "0.1;url=http://ui18.cn/" >
<title> Love invites </title>
<body>
</body>
2. Implement the website (webpage) jump and can hide the URL after the jump code
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">
<title> Love invites </title>
<frameset framespacing= "0" border= "0" rows= "0" frameborder= "0" >
<frame name= "main" src= "http://ui18.cn/" scrolling= "Auto" noresize>
</frameset>
<body>
<a href= "http://ui18.cn/" > Excellent love invitation </a> (Note: This line may not be, but the actual test will not be an error)
</body>
Instructions for use: Change the above http://ui18.cn/to your own URL. Change your name to your website by "Invite Your Love". This code can be made into a separate home page, placed in the space server root directory location. As the first page to execute. If I now give priority to the implementation of the HTM suffix, then the first page is set to Index.htm, if the precedence of the HTML suffix, the first page is set to index.html, if the priority is to execute PHP suffix, the first page is set to index.php. If the priority is to take the ASP as the suffix, then the homepage is set to index.asp, according to the actual situation.
Code that implements a Web site (Web page) jump and can hide a jump URL