想了解免费建站的朋友,查看《免费建站教程》

客服弹窗

2020-03-31 1289 建站
<script>
function closes()
{
document.getElementById("ddv").style.display="none";
//关闭后,10后再弹出
setTimeout(function(){document.getElementById("ddv").style.display="inherit";},10000);

}
//5秒后弹出
setTimeout(function(){document.getElementById("ddv").style.display="inherit";},5000);
</script>
<style>#ddv{position:fixed;margin:auto;left:0; right:0; top:0; bottom:0;width:630px; height:449px; display:none;}
</style>

<div id="ddv">
<img src="https://img.alicdn.com/imgextra/i2/435879320/TB2Sj_MoamWBuNjy1XaXXXCbXXa_!!435879320.jpg" border="0" usemap="#Map"/>
<map name="Map" id="Map">
  <area shape="rect" coords="292,381,391,413" href="javascript:void(0);"  onclick="closes()" />
  <area shape="rect" coords="431,381,530,413" href="http://kht.zoosnet.net/LR/Chatpre.aspx?id=KHT35428413&lng=cn" target="_blank" />
</map>
</div>


版权保护: 转载请保留链接: https://cgy.isi8.cn/jianzhan/118.html