国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > JS > 正文

javascript實現(xiàn)循環(huán)廣告條效果

2024-05-06 16:41:21
字體:
供稿:網(wǎng)友

本文實例為大家分享了javascript實現(xiàn)循環(huán)廣告條的具體代碼,供大家參考,具體內(nèi)容如下

html代碼:

<!DOCTYPE html><html><head><title>Rotating Banner</title><script src="script07.js"></script><link rel="stylesheet" href="script01.css" rel="external nofollow" ></head><body><div class="centered"><img src="images/reading1.gif" id="adBanner" alt="Ad Banner"></div></body></html>

css代碼:

body {background-color: white;color: black;font-size: 20px;font-family: "Lucida Grande", Verdana,Arial, Helvetica, sans-serif;}h1, th {font-family: Georgia, "Times New Roman",Times, serif;}h1 {font-size: 28px;}table {border-collapse: collapse;}th, td {padding: 10px;border: 2px #666 solid;text-align: center;width: 20%;}#free, .pickedBG {background-color: #f66;}.winningBG {background-image:url(images/redFlash.gif);}

js代碼:

window.onload = rotate;var thisAd = 0;function rotate() {var adImages = new Array("images/ reading1.gif","images/reading2. gif","images/reading3.gif");thisAd++;if (thisAd == adImages.length) {thisAd = 0;}document.getElementById("adBanner").src = adImages[thisAd];setTimeout(rotate, 3 * 1000);//設(shè)置時間,本每隔多長時間改變廣告條中的GIF}

在循環(huán)廣告條中添加鏈接:修改js的代碼

window.onload = initBannerLink;var thisAd = 0;function initBannerLink() {if (document.getElementById("adBanner").parentNode.tagName == "A") {document.getElementById("adBanner").parentNode.onclick = newLocation;}rotate();}function newLocation() {var adURL = new Array("negrino.com","sun.com","microsoft.com");document.location.href = "http://www." + adURL[thisAd];return false;}function rotate() {var adImages = new Array("images/ reading1.gif","images/reading2. gif","images/reading3.gif");thisAd++;if (thisAd == adImages.length) {thisAd = 0;}document.getElementById("adBanner").src = adImages[thisAd];setTimeout(rotate, 3 * 1000);//設(shè)置時間,本每隔多長時間改變廣告條中的GIF}

 

以上就是本文的全部內(nèi)容,希望對大家的學習有所幫助,也希望大家多多支持VeVb武林網(wǎng)。


注:相關(guān)教程知識閱讀請移步到JavaScript/Ajax教程頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 磐石市| 防城港市| 会宁县| 海阳市| 宣汉县| 枣庄市| 平遥县| 西平县| 阜南县| 文水县| 紫阳县| 方城县| 青州市| 舟山市| 获嘉县| 邵阳县| 绥棱县| 哈巴河县| 关岭| 资阳市| 芮城县| 长宁县| 拜泉县| 泸定县| 航空| 曲阜市| 南溪县| 宜章县| 米林县| 博客| 泗水县| 西丰县| 灯塔市| 绥棱县| 额敏县| 商水县| 禄丰县| 柏乡县| 海安县| 郯城县| 集贤县|