网页右下角弹出窗口的代码!!!!求代码高手进!!!
<styletype="text/css">#rbbox{position:absolute;right:0;bottom:0;width:300px;height:0p...
<style type="text/css">
#rbbox{position:absolute;right:0;bottom:0;width:300px;height:0px;overflow:hidden}
.button{display:inline;float:right;font-size:12px;cursor:pointer}
</style>
<body><div id="rbbox"><a class="button" onclick="closeBox()">关闭</a><iframe src="flash/200659161127294.swf" frameborder="0" height="200" width="300" scrolling="no"></iframe></div>
</body>
</html>
<script language="javascript" type="text/javascript">
window.onload=function(){showBox();setTimeout("closeBox()",5000)}
function showBox(o){
if (o==undefined) o=document.getElementById("rbbox");
o.style.height=o.clientHeight+2+"px";
if (o.clientHeight<200) setTimeout(function(){showBox(o)},5);
}
function closeBox(){document.getElementById("rbbox").style.display="none";}
</script>
以上这个代码很好,可是图片上没有链接,求代码高手帮我加上链接,谢谢!!!!我在线等!!!拜托了!!!! 展开
#rbbox{position:absolute;right:0;bottom:0;width:300px;height:0px;overflow:hidden}
.button{display:inline;float:right;font-size:12px;cursor:pointer}
</style>
<body><div id="rbbox"><a class="button" onclick="closeBox()">关闭</a><iframe src="flash/200659161127294.swf" frameborder="0" height="200" width="300" scrolling="no"></iframe></div>
</body>
</html>
<script language="javascript" type="text/javascript">
window.onload=function(){showBox();setTimeout("closeBox()",5000)}
function showBox(o){
if (o==undefined) o=document.getElementById("rbbox");
o.style.height=o.clientHeight+2+"px";
if (o.clientHeight<200) setTimeout(function(){showBox(o)},5);
}
function closeBox(){document.getElementById("rbbox").style.display="none";}
</script>
以上这个代码很好,可是图片上没有链接,求代码高手帮我加上链接,谢谢!!!!我在线等!!!拜托了!!!! 展开
3个回答
展开全部
我替你改了下,你看行不;
<style type="text/css">
#rbbox{position:absolute;right:0;bottom:0;width:300px;height:0px;overflow:hidden}
.button{display:inline;float:right;font-size:12px;cursor:pointer}
</style>
<body><div id="rbbox"><a class="button" onclick="closeBox()">关闭</a><iframe id="ifb" src="flash/200659161127294.swf" frameborder="0" height="200" width="300" scrolling="no"></iframe></div>
</body>
</html>
<script language="javascript" type="text/javascript">
window.onload=function(){
showBox();
setTimeout("closeBox()",5000);
e=document.getElementById("ifb");
e.onclick = function(){window.open("http://www.baidu.com","_blank");}
} //这里加的是你的链接.不过只能加一个链接,因为你显示的是一个flash,而不是网页,所以只能这样加链接.
function showBox(o){
if (o==undefined) o=document.getElementById("rbbox");
o.style.height=o.clientHeight+2+"px";
if (o.clientHeight<200) setTimeout(function(){showBox(o)},5);
}
function closeBox(){document.getElementById("rbbox").style.display="none";}
</script>
<style type="text/css">
#rbbox{position:absolute;right:0;bottom:0;width:300px;height:0px;overflow:hidden}
.button{display:inline;float:right;font-size:12px;cursor:pointer}
</style>
<body><div id="rbbox"><a class="button" onclick="closeBox()">关闭</a><iframe id="ifb" src="flash/200659161127294.swf" frameborder="0" height="200" width="300" scrolling="no"></iframe></div>
</body>
</html>
<script language="javascript" type="text/javascript">
window.onload=function(){
showBox();
setTimeout("closeBox()",5000);
e=document.getElementById("ifb");
e.onclick = function(){window.open("http://www.baidu.com","_blank");}
} //这里加的是你的链接.不过只能加一个链接,因为你显示的是一个flash,而不是网页,所以只能这样加链接.
function showBox(o){
if (o==undefined) o=document.getElementById("rbbox");
o.style.height=o.clientHeight+2+"px";
if (o.clientHeight<200) setTimeout(function(){showBox(o)},5);
}
function closeBox(){document.getElementById("rbbox").style.display="none";}
</script>
展开全部
这是乱码。看你是什么手机,诺基亚的话下载个补丁就可以了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没有图片呢~你说的应该是flash吧~~~
<body><div id="rbbox"><a class="button" onclick="closeBox()">关闭</a><a href="#"><iframe src="flash/200659161127294.swf" frameborder="0" height="200" width="300" scrolling="no"></iframe></a></div>
</body>
在#里改自己要连接的网页.比如www.baidu.com
<body><div id="rbbox"><a class="button" onclick="closeBox()">关闭</a><a href="#"><iframe src="flash/200659161127294.swf" frameborder="0" height="200" width="300" scrolling="no"></iframe></a></div>
</body>
在#里改自己要连接的网页.比如www.baidu.com
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询