页面跳转代码集锦
时间:2006-10-18 来源:felixtong
1
2
= 5.5)
window.location.replace("http://www.shuigong.com");
//-->
没时间转移
3
有些人想访问网站时,直接进入某个子目录中的文件,如cgi-bin/leoboard.cgi,这时,你只要写一个默认的首页文件如index.htm,内容如下,就可以实现你的要求.
方法一:
网页跳转
方法二
正在进入>>> Loading>>>
正在进入,请等待,谢谢......
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
字体:大 中 小
Posted by xxhai | 评论(1) | 引用(0) | 阅读59次
xxhai在 2005年9月21日02:50星期三 评论:
跳转代码- -
Google排名常见问题:关于页面跳转
SEO跳转代码
1:
location.replace("http://www.***.com")
2:
setTimeout(window.location="http://www.dinmo.net",0)
3:
bName = navigator.appName;
if ((bName == "Netscape") ||
(bName == "Microsoft Internet Explorer")) window.location=http://www.dinmo.net;
JS实现跳转代码_多域名指向同一空间
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) { }
相关阅读 更多 +