中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 精文荟萃 > 经验技巧
下拉的广告条
作者:未知 时间:2002-08-17 11:18 出处:互联网 责编:chinaitpower
              摘要:下拉的广告条

<script language=javascript>
var xs_bv=0;
var xs_pTop=-137;
var xs_pHeight=210;
var xs_updown=1;
var xs_endpt=0;
var xs_ranonce=0;
var xs_pDivSeen=0;
var xs_pTuck=0;
var ua=navigator.userAgent.toLowerCase()
function xsGetCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
function xsGetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return xsGetCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break; }
return null;
}
function xsSetCookie (name,value,expires,path,domain,secure) {
document.cookie = name + "=" + escape (value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}
var xs_exp = new Date(); xs_exp.setTime(xs_exp.getTime()+(10*60*1000));
if ( (ua.indexOf("opera")==-1)&&((ua.indexOf("msie")!=-1)&&(ua.indexOf("windows")!=-1))
((ua.indexOf("msie 5")!=-1)&&(ua.indexOf("mac")!=-1)) ) {xs_bv=1}
function xs_pdEx(){
var xs_popval = xsGetCookie('seenexp');
if ((xs_popval == null)
(xs_popval != "5")) {
xs_popval=5;
xsSetCookie('seenexp', xs_popval, xs_exp, "/","1studio.net");
var xs_ctest = (xsGetCookie('seenexp')=="5");
}
if((xs_bv)&&(!xs_ranonce)&&(xs_ctest!=null)){
// if((xs_bv)&&(!xs_ranonce)){
xs_pDiv2.style.left=xs_pDiv.style.left=((document.body.offsetWidth/2)-160)
xs_pd();
}
else{
if(xs_pTuck == 1){
if (xs_pDivSeen != 1){
xs_pDiv.style.clip="rect(0,320,210,0)";
xs_pDiv.style.display="";
xs_pDiv.style.top=31;
}
xs_endpt=(document.body.offsetWidth/2)-160;
xs_tuck();
}
}
}
function xs_pd(){
xs_ranonce=1;
if (((xs_pHeight<210)&&(xs_updown==0))
((xs_pHeight>3)&&(xs_updown==1))) {
if(xs_pHeight==210){xs_pDiv.style.display=""}
(xs_updown==0)?xs_pHeight+=3:xs_pHeight-=3;
(xs_updown==0)?xs_pTop-=3:xs_pTop+=3;
xs_pDiv.style.clip="rect(" + xs_pHeight + ",320,210,0)";
xs_pDiv.style.top=xs_pTop;
setTimeout("xs_pd();",20);
}
else{
if (xs_updown==1){
xs_pDiv.style.clip="rect(0,320,210,0)";
xs_pDiv.style.top=73;
xs_updown=0;
xs_pDiv2.style.display=';
setTimeout("xs_pd();",4500);
}
else{
xs_pDiv.style.display='none';
xs_pDiv2.style.height=10;
xs_pDivSeen = 1;
xs_endpt=(document.body.offsetWidth/2)-160;
xs_tuck();
}
}
}
function xs_tuck(){
if(xs_endpt<(document.body.offsetWidth-355)){
xs_endpt+=5;
xs_pDiv2.style.left=xs_endpt;
setTimeout("xs_tuck();",20);
}
else{xs_pTuck = 1}
}
</script>
<div id=xs_pDiv2
style="DISPLAY: none; LEFT: 240px; WIDTH: 320px; POSITION: absolute; TOP: 73px; HEIGHT: 210px; TEXT-ALIGN: right"><nobr><a
href="http://www.1studio.net"><img height=20 alt="爱玩它免费试用" src="http://www.1studio.net/html/example/0113/2banner.gif" width=131 border=0></a><a onClick="xs_pDiv2.style.display='none';return false;" href="close#"><img height=20 alt=Close src="http://www.1studio.net/html/example/0113/close.gif" width=19 border=0></a></nobr></div>
<div id=xs_pDiv style="DISPLAY: none; LEFT: 240px; WIDTH: 320px; CLIP: rect(0px 320px 0px 0px); POSITION: absolute; TOP: 73px; HEIGHT: 210px; TEXT-ALIGN: right"><a href="http://www.1studio.net"><img height=210 alt="爱玩它免费试用" src="http://www.1studio.net/html/example/0113/banner.gif" width=320 border=0></a></div> <BODY bgcolor="#000000" onload=xs_pdEx();>
关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有