1 使用javascript代码来转跳
<script language="JavaScript">
<!--
var userAgent = navigator.userAgent;
var MSIEIndex = userAgent.indexOf("MSIE");
if (userAgent.indexOf("Win") != -1 &&
userAgent.indexOf("MSIE") != -1 &&
userAgent.substring((MSIEIndex + 5),(MSIEIndex + 8)) >= 5.5)
window.location.replace("http://www.10vps.com");
//-->
</script>
2 无等待时间转移
<meta http-equiv="refresh" content="0; url=www.10vps.com">
3 ,有些人想访问网站时,直接进入某个子目录中的文件,如bbs/index.html,这时,
你只要写一个默认的首页文件如index.htm,内容如下,就可以实现你的要求.
方法一:
<html>
<head>
<title>网页跳转</title>
<meta http-equiv="refresh" content="0;url=bbs/index.html">
</head>
<body>
</body>
</html>
这条比较有用
方法二
<html>
<head>
<title>正在进入>>> Loading>>> </title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p> </p><tr> <td width=724>
<p align=center><font color="red" size="2">正在进入,请等待,谢谢......</font></p></td></tr><tr>
<td width="724">
<p align=center>
<form name=loading>
<div align=center>
<p>
<input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:rgb(124,119,119); background-color:white; padding:0px; border-style:none;">
<br><input type=text name=percent size=46 style="color:rgb(138,134,134); text-align:center; border-width:medium; border-style:none;"><script>var bar = 0
var line = "||"
var amount ="||"
count()
function count(){
bar= bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99)
{ setTimeout("count()",10); }
else
{ window.location = "http://www.10vps.com"; }
}</script>
</body>
</html>
SEO跳转代码
1:
<script language="javascript">
location.replace("http://www.10vps.com")
</script>
2:
<script language="javascript">setTimeout(window.location="http://www.10vps.com",0)
</script>
3:
<script language="JavaScript" >
bName = navigator.appName;
if ((bName == "Netscape") ||
(bName == "Microsoft Internet Explorer")) window.location=http://www.10vps.com;
</script>
<FRAMESET rows='*'>
<FRAMESET cols='*'>
<FRAME SRC='http://www.10vps.com'>
<noframes>
JS实现跳转代码_多域名指向同一空间
<script>try { if( self.location == "http://玉米一/" ) {
top.location.href = "http://玉米一/目录";
}
else if( self.location == "http://玉米二/" ) {
top.location.href = "http://玉米二/目录";
}
else if( self.location == "http://玉米三/" ) {
top.location.href = "http://玉米三/目录";
}
else if( self.location == "http://玉米四/" ) {
top.location.href = "http://玉米四/目录";
}
else { document.write ("错误的访问地址") } } catch(e) { }</script>
页面跳转代码集锦
原创
©著作权归作者所有:来自51CTO博客作者moneypy的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:如何查看linux当前版本
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
jquery跳转页面代码 jquery实现页面跳转
通过javascript库JQuery实现页面跳转功能代码的四段代码实例如下。
jquery跳转页面代码 ajax javascript 跳转页面 -
java代码实现页面跳转页面跳转 java页面跳转怎么写
思维导图: 一、 页面跳转方式 HTML超链接的方式 javascript方式跳转 window.loca
java代码实现页面跳转页面跳转 web 重定向 数据库 bc -
页面跳转代码整理
resh"...
html 页面跳转 javascript php 进度条