|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD><TITLE>new</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="Microsoft FrontPage 6.0" name=GENERATOR>
</HEAD>
<BODY>
<SCRIPT language=javascript type=text/javascript>
var hmax = 550;//最大高度
var hmin = 0;//最小高度
var h=0;
function addCount(){
document.getElementById("ca").style.display="none";
if(h<hmax){
h += 50;
setTimeout("addCount()",1);
}
else {
h=hmax;
setTimeout("noneAds()",1000); //停留时间自己适当调整 1000 = 1秒
document.getElementById("adsOPEN").style.display = "none";
}
document.getElementById("ads").style.display = "";
document.getElementById("ads").style.height = h+"px";
}
window.onload = function showAds(){
document.getElementById("ads").style.display = "none";
document.getElementById("ads").style.height = "0px";
addCount(); //慢慢打开
}
function openAds(){
h = 0;//高度
addCount(); //慢慢打开
}
function noneAds(){
if(h>hmin) {
h -= 100;
setTimeout("noneAds()",1);
}
else {
h = hmin;
document.getElementById("ads").style.display = "none";
document.getElementById("ca").style.display="";
document.getElementById("adsOPEN").style.display = "";
return;
}
document.getElementById("ads").style.height = h+"px";
}
</SCRIPT>
<div id="ca" style="display:none; width:1001px"><img src="images/qq_01.jpg"></div>
<DIV id=ads style="OVERFLOW: hidden; TOP: 0px; TEXT-ALIGN: center;display:none"http://www.baidu.com'/" target=_blank>http://www.baidu.com'">
<object id="FlashID" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="910" height="500">
<param name="movie" value="images/c2c_sd1224_910_500.swf">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="6.0.65.0">
<!-- 此 param 标签提示使用 Flash Player 6.0 r65 和更高版本的用户下载最新版本的 Flash Player。如果您不想让用户看到该提示,请将其删除。 -->
<param name="expressinstall" value="Scripts/expressInstall.swf">
<!-- 下一个对象标签用于非 IE 浏览器。所以使用 IECC 将其从 IE 隐藏。 -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="images/c2c_sd1224_910_500.swf" width="910" height="500">
<!--<![endif]-->
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="6.0.65.0">
<param name="expressinstall" value="Scripts/expressInstall.swf">
<!-- 浏览器将以下替代内容显示给使用 Flash Player 6.0 和更低版本的用户。 -->
<div>
<h4>此页面上的内容需要较新版本的 Adobe Flash Player。</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="获取 Adobe Flash Player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</DIV>
<DIV id=adsOPEN style="OVERFLOW: hidden; TEXT-ALIGN: center">
</DIV>
<div><img src="images/qq_02.jpg"></div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</BODY></HTML> |
评分
-
查看全部评分
|