RSS
当前位置:奥利资料网 > 站长在线 > 网站SEO > 正文

网页跳转代码大全

来源:网络收集 作者:Admin 时间:09年04月17日 浏览:

} 
}</script>
 </p>
</form>
<p align="center"> 如果您的浏览器不支持跳转,<a style="text-decoration: none" href="http://www.aully.com"><font color="#FF0000">请点这里</font></a>.</p>
</body>
</html>

 

一个弹出窗口的代码
<SCRIPT LANGUAGE="javascript"> window.open ('http://www.086city.com/ads/index.html', 'newwindow', 'height=400, width=500, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')</SCRIPT>
浮动广告代码
<SCRIPT>
var imagepath="/uploadfile/200904/17/DA94752698.gif" //这里是浮动图片的地址
var imagewidth=171 //这两行写图片的大小
var imageheight=133
var speed=3;
var imageclick="http://www.aully.com/" //这里写点击图片连接到的地址
var hideafter=0
var isie=0;
if(window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)>=5.5) {
isie=1;
}
else {
isie=0;
}
if(isie){
var preloadit=new Image()
preloadit.src=imagepath
}
function pop() {
if(isie) {
x=x+dx;y=y+dy;
oPopup.show(x, y, imagewidth, imageheight);
if(x+imagewidth+5>screen.width) dx=-dx;
if(y+imageheight+5>screen.height) dy=-dy;
if(x<0) dx=-dx;
if(y<0) dy=-dy;
startani=setTimeout("pop();",50);
}
}
function dismisspopup(){
clearTimeout(start

最新评论
昵称
评论內容