91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

javascript中如何實現浮動窗口

發布時間:2021-06-30 11:14:18 來源:億速云 閱讀:273 作者:小新 欄目:web開發

小編給大家分享一下javascript中如何實現浮動窗口,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

javascript實現浮動窗口的方法:首先創建HTML文件;然后通過“function showFAd(){...}”方法打開浮動廣告;最后通過“function showFloat(){...}”方法實現打開浮動窗口即可。

本文操作環境:windows7系統、javascript1.8.5版、Dell G3電腦。

javascript怎么實現浮動窗口?

具體如下:

HTML部分:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文檔</title>
<style type="text/css">
*{ margin:0; padding:0;}
a img{ border:0;}
</style>
</head>
<body>
<div style="height:2000px; background:#ccc; display:none;">
</div>
<!--div id="floatAd" style=" position:fixed !important; position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight)); z-index: 2147483647; left: 50%; margin-left: -240px !important; top: 50%; margin-top: -210px !important; background:url(images/onlineSay.jpg) no-repeat; width:487px; height:350px; cursor:pointer;">
<div onclick="closeFAd();" style=" width:26px; height:26px; float:right;"></div>
<div style="width:487px; height:320px; float:right;" onclick="open_online();"></div>
</div>
<div id="floatSide" style=" width:141px; height:579px; position:fixed !important; position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight)); z-index: 99999; right:0; top:6%; background:url(images/onlineTel.gif);cursor:pointer;" onclick="open_online();></div-->
</body>
</html>
<script type="text/javascript" src="online.js"></script>

JS部分:

// JavaScript Document
//浮動廣告圖片
var floatAdImg = "images/onlineSay.jpg";
//浮動側欄圖片
var floatSideImg = "images/onlineTel.gif";
//打開在線溝通
function open_online()
{
 window.open('http://p.qiao.baidu.com//im/index?siteid=7342332&ucid=7601325');
}
//浮動廣告
document.writeln("<div id=\"floatAd\" style=\" position:fixed !important; position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight)); z-index: 2147483647; left: 50%; margin-left: -240px !important; top: 50%; margin-top: -210px !important; background:url("+floatAdImg+") no-repeat; width:487px; height:350px; cursor:pointer; display:none; \">");
document.writeln("<div onclick=\"closeFAd();\" style=\" width:26px; height:26px; float:right;\"></div>");
document.writeln("<div style=\"width:487px; height:320px; float:right;\" onclick=\"open_online();\"></div>");
document.writeln("</div>");
//浮動側欄
document.writeln("<div style=\" width:141px; height:579px; position:fixed !important; position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight)); z-index: 99999; right:0; top:6%; background:url("+floatSideImg+");cursor:pointer;\" onclick=\"open_online();\"></div>");
//關閉浮動廣告
function closeFAd()
{
 document.getElementById('floatAd').style.display = 'none';
}
//打開浮動廣告
function showFAd()
{
 document.getElementById('floatAd').style.display = 'block';
}
//打開浮動窗口
function showFloat()
{
 document.getElementById('floatAd').style.display = 'block';
}
//打開窗口 20 秒僅執行一次
setTimeout(showFAd,20000);
//每個 30 秒執行一次
setInterval(showFloat,30000);

以上是“javascript中如何實現浮動窗口”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

林西县| 交城县| 剑河县| 三门峡市| 淮北市| 丘北县| 讷河市| 金坛市| 宝山区| 读书| 商南县| 安溪县| 环江| 彭泽县| 蓝田县| 五原县| 洞口县| 安图县| 沽源县| 太仓市| 邻水| 磴口县| 和静县| 云梦县| 弥渡县| 富川| 双柏县| 江北区| 江津市| 穆棱市| 南城县| 南皮县| 天水市| 平乡县| 岑巩县| 郴州市| 乌拉特中旗| 阜阳市| 聂拉木县| 岐山县| 汾西县|