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

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

JS動態(tài)添加的div點擊跳轉(zhuǎn)到另一頁面實現(xiàn)代碼

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

 div調(diào)用函數(shù)跳轉(zhuǎn):

var obj = document.getElementById('id');obj.onclick=function(){   window.location.href="跳轉(zhuǎn)的地址" rel="external nofollow" ;       }

源文件:

<!DOCTYPE html><html><head>  <title>首頁推薦頁面</title>  <meta name="author" content="Chunna.zheng"/>  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"/>  <style type="text/css">    div.recommendclass {      width: 100%;      height: 60px;      line-height: 60px;      vertical-align: middle;      font-size: 18px;      text-align: center; /*文字水平居中對齊*/      background-color: #f5f5f5;    }    .mall_contentChild1Class {      display: inline;      width: 40%;      height: 100px;      background-color: #f5f5f5;    }    .mall_contentChild2Class {      display: inline;      width: 60%;      height: 100px;      float: right;      position: relative;      background-color: #f5f5f5;    }    .mall_contentChild2BottomClass {      display: table-cell;      width: 90%;      vertical-align: bottom;      position: absolute;      left: 5px;      bottom: 5px;      background-color: #f5f5f5;    }    .mall_Child2TextLeftClass {      line-height: 16px;      vertical-align: bottom;      background-color: #f5f5f5;    }    .mall_Child2TextRightClass {      float: right;      color: #f3b041;      font-size: 25px;      line-height: 26px;      vertical-align: bottom;      background-color: #f5f5f5;    }    .news_title {      display: block;      font-size: 18px;      vertical-align: center;      background-color: #f5f5f5;    }    .news_message {      display: block;      font-size: 14px;      vertical-align: center;      background-color: #f5f5f5;    }    .news_time {      display: block;      font-size: 12px;      vertical-align: bottom;      position: absolute;      bottom: 5px;      right: 5px;      background-color: #f5f5f5;    }  </style></head><body style="margin: 0; padding: 0 "><div id="mall_news" class="recommendclass">新聞咨訊</div><div id="news_content" style="background-color:#f5f5f5"></div><script>  var Shu = 2;  var df = document.createElement("div");  for (var i = 0; i <= Shu; i++) {    var oDiv = document.createElement("div");    var divChild1 = document.createElement("div");    divChild1.className = 'mall_contentChild1Class';    var img = document.createElement("img");    img.style.width = "130px";    img.style.height = "100px";    img.src = 'ic_mall_good_stuff.jpg';    divChild1.appendChild(img);    oDiv.appendChild(divChild1);    var divChild2 = document.createElement("div");    divChild2.className = 'mall_contentChild2Class';    var text1 = document.createElement("span");    text1.className = 'news_title';    text1.innerHTML = "我是標題";    divChild2.appendChild(text1);    var bottomDiv = document.createElement("div");    var textLeft = document.createElement("span");    textLeft.className = 'news_message';    textLeft.innerHTML = "我是內(nèi)容";    bottomDiv.appendChild(textLeft);    var textRight = document.createElement("span");    textRight.className = 'news_time';    textRight.innerHTML = "2017.09.23";    bottomDiv.appendChild(textRight);    divChild2.appendChild(bottomDiv);    oDiv.appendChild(divChild2);    //添加點擊事件    oDiv.onclick = function(){      window.location.href="file:///android_asset/news.html" rel="external nofollow" ;    }    df.appendChild(oDiv);  }  document.getElementById("news_content").appendChild(df);</script></body></html>

總結

以上所述是小編給大家介紹的JS動態(tài)添加的div點擊跳轉(zhuǎn)到另一頁面實現(xiàn)代碼,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對VeVb武林網(wǎng)網(wǎng)站的支持!


注:相關教程知識閱讀請移步到JavaScript/Ajax教程頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 芜湖市| 太仆寺旗| 金华市| 大安市| 连云港市| 靖州| 明星| 贵州省| 道孚县| 塘沽区| 龙泉市| 铁力市| 巴东县| 湘潭县| 永德县| 革吉县| 随州市| 禹州市| 威信县| 泰来县| 德令哈市| 贺州市| 柳林县| 古田县| 体育| 博罗县| 竹北市| 三明市| 库车县| 娱乐| 乌兰察布市| 吉木乃县| 钟山县| 江都市| 南丰县| 上饶县| 都江堰市| 米泉市| 特克斯县| 高平市| 南京市|