网页右下角弹出窗口的代码!!!!求代码高手进!!!

<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>

以上这个代码很好,可是图片上没有链接,求代码高手帮我加上链接,谢谢!!!!我在线等!!!拜托了!!!!
展开
 我来答
sicf
2009-04-10 · TA获得超过916个赞
知道小有建树答主
回答量:584
采纳率:100%
帮助的人:605万
展开全部
我替你改了下,你看行不;

<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>
渝爱梅
2009-04-10 · 超过24用户采纳过TA的回答
知道答主
回答量:140
采纳率:0%
帮助的人:0
展开全部
这是乱码。看你是什么手机,诺基亚的话下载个补丁就可以了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友1e83f3d41
2009-04-10 · TA获得超过537个赞
知道小有建树答主
回答量:305
采纳率:0%
帮助的人:236万
展开全部
没有图片呢~你说的应该是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
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式