小編給大家分享一下javascript中如何實(shí)現(xiàn)浮動(dòng)窗口,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
網(wǎng)站設(shè)計(jì)制作過程拒絕使用模板建站;使用PHP+MYSQL原生開發(fā)可交付網(wǎng)站源代碼;符合網(wǎng)站優(yōu)化排名的后臺(tái)管理系統(tǒng);成都做網(wǎng)站、成都網(wǎng)站制作、成都外貿(mào)網(wǎng)站建設(shè)收費(fèi)合理;免費(fèi)進(jìn)行網(wǎng)站備案等企業(yè)網(wǎng)站建設(shè)一條龍服務(wù).我們是一家持續(xù)穩(wěn)定運(yùn)營(yíng)了十余年的創(chuàng)新互聯(lián)網(wǎng)站建設(shè)公司。
javascript實(shí)現(xiàn)浮動(dòng)窗口的方法:首先創(chuàng)建HTML文件;然后通過“function showFAd(){...}”方法打開浮動(dòng)廣告;最后通過“function showFloat(){...}”方法實(shí)現(xiàn)打開浮動(dòng)窗口即可。
本文操作環(huán)境:windows7系統(tǒng)、javascript1.8.5版、Dell G3電腦。
javascript怎么實(shí)現(xiàn)浮動(dòng)窗口?
具體如下:
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>無(wú)標(biāo)題文檔</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 //浮動(dòng)廣告圖片 var floatAdImg = "images/onlineSay.jpg"; //浮動(dòng)側(cè)欄圖片 var floatSideImg = "images/onlineTel.gif"; //打開在線溝通 function open_online() { window.open('http://p.qiao.baidu.com//im/index?siteid=7342332&ucid=7601325'); } //浮動(dòng)廣告 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>"); //浮動(dòng)側(cè)欄 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>"); //關(guān)閉浮動(dòng)廣告 function closeFAd() { document.getElementById('floatAd').style.display = 'none'; } //打開浮動(dòng)廣告 function showFAd() { document.getElementById('floatAd').style.display = 'block'; } //打開浮動(dòng)窗口 function showFloat() { document.getElementById('floatAd').style.display = 'block'; } //打開窗口 20 秒僅執(zhí)行一次 setTimeout(showFAd,20000); //每個(gè) 30 秒執(zhí)行一次 setInterval(showFloat,30000);
以上是“javascript中如何實(shí)現(xiàn)浮動(dòng)窗口”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
本文標(biāo)題:javascript中如何實(shí)現(xiàn)浮動(dòng)窗口
網(wǎng)站URL:http://chinadenli.net/article32/ihgpsc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)頁(yè)設(shè)計(jì)公司、用戶體驗(yàn)、企業(yè)建站、品牌網(wǎng)站建設(shè)、微信小程序、網(wǎng)站導(dǎo)航
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)