head>function tanchu(){ window.open(Untitled-5.html); }script" />

<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
        問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
        當前位置: 首頁 - 科技 - 知識百科 - 正文

        JS父頁面與子頁面相互傳值方法_javascript技巧

        來源:懂視網 責編:小采 時間:2020-11-27 21:20:36
        文檔

        JS父頁面與子頁面相互傳值方法_javascript技巧

        JS父頁面與子頁面相互傳值方法_javascript技巧:一、子頁面是父頁面通過window.open彈出的情況子頁面要向父頁面傳值,只要在document前面加window.opener即可。 如: 1.父頁面代碼: 無標題文檔title>head>function tanchu(){ window.open(Untitled-5.html); }script
        推薦度:
        導讀JS父頁面與子頁面相互傳值方法_javascript技巧:一、子頁面是父頁面通過window.open彈出的情況子頁面要向父頁面傳值,只要在document前面加window.opener即可。 如: 1.父頁面代碼: 無標題文檔title>head>function tanchu(){ window.open(Untitled-5.html); }script

        一、子頁面是父頁面通過window.open彈出的情況
        子頁面要向父頁面傳值,只要在document前面加window.opener即可。
        如:
        1.父頁面代碼:




        無標題文檔title><BR>head><BR><script language="javascript"><BR>function tanchu()<BR>{<BR> window.open("Untitled-5.html"); <BR>}<BR>script><BR><body><BR> <form id="form1" name="form1" method="post" action=""><BR> <label> <input type="submit" name="button" id="button" value="提交"<BR> onclick="tanchu()" /><BR> label> <label> <input type="text" name="textfield" id="textfield" /><BR> label><BR> form><BR></body><BR></html><BR>2.子頁面代碼:</P> <P><html xmlns="http://www.w3.org/1999/xhtml"><BR><head><BR><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><BR><title>無標題文檔title><BR>head><BR><script language="javascript"><BR>function aaa()<BR>{<BR> window.opener.document.getElementByIdx('textfield').value='123123123';<BR>}<BR>script><BR><body><BR> <form id="form1" name="form1" method="post" action=""><BR> <label> <input type="submit" name="button" id="button" value="提交"<BR> onclick="aaa()" /><BR> label><BR> form><BR></body><BR></html><BR>二、子頁面是iframe框架中的頁面情況<p>子頁面要向父頁面傳值,只要在document前面加parent即可。 <BR>1.父頁面代碼:</P> <P><html xmlns="http://www.w3.org/1999/xhtml"><BR><head><BR><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><BR><title>無標題文檔title><BR>head><BR><body><BR> <form id="form1" name="form1" method="post" action=""><BR> <label> <input type="text" name="textfield" id="textfield" /><BR> label><BR> iframe><BR> form><BR></body><BR></html><BR>2.子頁面代碼</P> <P><html xmlns="http://www.w3.org/1999/xhtml"><BR><head><BR><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><BR><title>無標題文檔title><BR>head><BR><script language="javascript"><BR>function aa()<BR>{ <BR> var a=parent.document.getElementByIdx('textfield').value;<BR> alert(a); <BR>}<BR>script><BR><body><BR> <form id="form1" name="form1" method="post" action=""><BR> <label> <input type="submit" name="button" id="button" value="提交"<BR> onClick="aa()" /><BR> label><BR> form><BR></body><BR></html> </p><p><script type="text/javascript" src="https://jss.www.alabama37th.com/pcwz/dysph.js"></script><p><strong>聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com</strong></p></div> <div id="eysu444" class="downbox clearfix"> <div id="s4o4y4a" class="ico"><img src="https://js.www.alabama37th.com/tpl/pc2/images/document.png" alt="文檔"></div> <div id="w8g84c4" class="txt"> <h4>JS父頁面與子頁面相互傳值方法_javascript技巧</h4> <div id="co4y464" class="co">JS父頁面與子頁面相互傳值方法_javascript技巧:一、子頁面是父頁面通過window.open彈出的情況子頁面要向父頁面傳值,只要在document前面加window.opener即可。 如: 1.父頁面代碼: 無標題文檔title>head>function tanchu(){ window.open(Untitled-5.html); }script</div> <div id="q8ac86o" class="tj"><b>推薦度:</b><div id="kwyk4g4" class="tj_stars_list"><i class="tj_stars tj_05"></i></div></div> </div> <div id="c8cw4ku" class="btn"> <a href="javascript:;" class="html2word" data-model="article" data-id="avdsah" title="文檔下載"> <b>點擊下載本文</b> <span>文檔為doc格式</span> </a> </div> </div> <script>keji_detail_ga('article_content_bottom');</script> <div id="c8g4y4y" class="tvideo_tag"> 標簽: <a href="/tlist-9297/">方法</a> <a href="/tlist-59738/">js</a> <a href="/tlist-124222/">相互</a> </div> <div id="qkwo4uo" class="tvideo_box tvideo_box_tab"> <div id="wys848w" class="hd"> <ul><li id="ce8o484" class="on">熱門焦點</li><script>keji_detail_ga('hot_jiaodian_tab_title');</script></ul> </div> <div id="wugq4ci" class="bd"> <ul class="ult_jpic clearfix"> <script>get_hot_jiaodian_content('wz_hot_jiaodian',33,'hot',1);</script> </ul> </div> </div> </div> <!--中間文章 end--> <!--右側專題 star--> <div id="ca8uiwu" class="ult_zt"> <script>keji_detail_ga('article_right_top');</script> <div id="i6oq4ka" class="ult_ztbox"> <h4>最新推薦</h4> <ul class="tvideo_r_a clearfix"> <script>get_detail_right('wz_right_new',33,'')</script> </ul> </div> <script>keji_detail_ga('article_right_middle');</script> <div id="gm8yuao" class="ult_ztbox"> <h4>猜你喜歡</h4> <ul class="telist_rb clearfix"> <script>get_detail_right('wz_right_love',33,'')</script> </ul> </div> <script>keji_detail_ga('article_right_new_bottom');</script> <div id="uuw84om" class="ult_ztbox"> <h4>熱門推薦</h4> <ul class="tvideo_r_b clearfix"> <script>get_detail_right('wz_right_hot',33,'')</script> </ul> </div> <script>keji_detail_ga('article_right_bottom');</script> </div> <!--右側專題 end--> <div style="display:none"><a href="https://www.www.alabama37th.com/wzztf/av/avdsah/">專題</a> </div> </div> </div> <script src="https://js.www.alabama37th.com/plug/qrcode/qrcode.min.js"></script> <script src="https://js.www.alabama37th.com/js/share.js" charset="UTF-8"></script> <script type="text/javascript" src="https://js.www.alabama37th.com/tpl/pc2/js/waypoints.min.js"></script> <script type="text/javascript" src="https://js.www.alabama37th.com/tpl/pc2/js/icon_step.js"></script> <style> #qrcode{padding: 15px;background: #fff;} </style> <div class="4i4isqq" id="qrcode" style="display: none"></div> <script>new QRCode(document.getElementById("qrcode"), "https://m.www.alabama37th.com/eedfavdsah.html");</script> <iframe src="https://hits.www.alabama37th.com/?biao=ho_article&id=972395" border="0" frameborder="0" style="width: 0px; height: 0px"></iframe> <script src="https://js.www.alabama37th.com/js/shHighlighter.js"></script> <link rel="stylesheet" href="https://jss.www.alabama37th.com/js/fffz/css/box.css"> <script id="fffz" data-domain="http://www.www.alabama37th.com/index" src="https://js.www.alabama37th.com/js/fffz/fffz.js"></script> <script type="text/javascript" src="https://jss.www.alabama37th.com/pcwz/tj.js"></script> <div style="display:none"><script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?4b1ebb0298b66c8a109db070c4878833"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </div> <!--foot star--> <div id="64ys6s4" class="footer"> <div id="yg8yiy4" class="m_box"> <div id="c4au4u4" class="footer_in"> <a href="#" target="_blank">產品服務</a> <a href="#" target="_blank">發展歷程</a> <a href="#" target="_blank">企業資訊</a> <a href="#" target="_blank">企業文化</a> <a href="#" target="_blank">關于我們</a> <a href="#" target="_blank">加入我們</a> <a href="#" target="_blank">聯系我們</a> <a href="#" target="_blank">網站導航</a> <a href="#" target="_blank">網站律師</a> </div> <ul class="ftrlist"> <li> <a rel="nofollow" target="_blank"> <img src="https://js.www.alabama37th.com/tpl/pc2/images/footer_logo01.gif" alt="中國互聯網協會"></a> </li> <li> <a rel="nofollow" target="_blank"> <img src="https://js.www.alabama37th.com/tpl/pc2/images/12377logo.png" alt="中國互聯網舉報中心"></a> </li> <li> <a rel="nofollow" target="_blank"> <img src="https://js.www.alabama37th.com/tpl/pc2/images/footer_logo05.gif" alt="網絡110報警服務"></a> </li> <li> <a rel="nofollow" target="_blank"> <img src="https://js.www.alabama37th.com/tpl/pc2/images/creditchina.gif" alt="信用中國"></a> </li> <li id="664e444" class="last"> <a rel="nofollow" target="_blank"> <img src="https://js.www.alabama37th.com/tpl/pc2/images/footer_logo11.png" alt="中國掃黃打非網"><p>中國掃黃打非網</p> </a> </li> </ul> <div id="kiu4qa4" class="footer_co"> <a href="/" class="footlogo"><img src="https://js.www.alabama37th.com/tpl/pc2/images/logo_bottom.png" alt="懂視"></a> <p>Copyright ? 2019-2025 <a href="/" target="_blank">www.alabama37th.com</a> 版權所有</p> <p> <a rel="nofollow" target="_blank" >贛ICP備2023002352號-2</a> </p> <p>違法及侵權請聯系:TEL:177 7030 7066 E-MAIL:11247931@qq.com 本站由北京市萬商天勤律師事務所王興未律師提供法律服務</p> </div> </div> </div> <!--foot end--> <a href="#0" class="cd-top">Top</a> <script type="text/javascript"> $(function(){ var _line=parseInt($(window).height()/3); $(window).scroll(function(){ if ($(window).scrollTop()>100) { $('.edu_top').css({'position':'fixed','top':'0','z-index':'99'}) }else{ $('.edu_top').css({'position':'relative','top':'0'}) } }) }) </script> <script type="text/javascript" src="https://jss.www.alabama37th.com/ga/all.js"></script> <div style="display:none"> <script type="text/javascript" src="https://s9.cnzz.com/z_stat.php?id=1278135046&web_id=1278135046"></script><script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?70ec0a2c78df5a4a3d49e475e943ceb6"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script><script> (function(){ var src = (document.location.protocol == "http:") ? "https://js.passport.qihucdn.com/11.0.1.js?d1f620a645f12a1c5b0bbce7b998d51e":"https://jspassport.ssl.qhimg.com/11.0.1.js?d1f620a645f12a1c5b0bbce7b998d51e"; document.write('<script src="' + src + '" id="sozz"><\/script>'); })(); </script></div> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.alabama37th.com/" title="国产猛烈高潮尖叫视频免费">国产猛烈高潮尖叫视频免费</a> <div class="friend-links"> </div> </div> </footer> 主站蜘蛛池模板: <a href="http://caoliusq1024.com" target="_blank">久久九九久精品国产免费直播</a>| <a href="http://langtuojidian.com" target="_blank">亚洲精华国产精华精华液网站</a>| <a href="http://huianpawn.com" target="_blank">韩国免费A级毛片久久</a>| <a href="http://17soco.com" target="_blank">亚洲国产专区一区</a>| <a href="http://sese3366.com" target="_blank">一级毛片免费不卡直观看</a>| <a href="http://449892.com" target="_blank">亚洲色婷婷综合开心网</a>| <a href="http://yiqigxfc.com" target="_blank">亚欧乱色国产精品免费视频</a>| <a href="http://038037.com" target="_blank">亚洲日产无码中文字幕</a>| <a href="http://dunyny.com" target="_blank">日本视频免费高清一本18</a>| <a href="http://138site.com" target="_blank">亚洲精品在线播放</a>| <a href="http://yzxjk.com" target="_blank">女人被男人躁的女爽免费视频</a>| <a href="http://oakuu.com" target="_blank">亚洲无人区码一二三码区别图片</a>| <a href="http://my77789.com" target="_blank">香蕉视频在线观看免费国产婷婷</a>| <a href="http://wua72.com" target="_blank">国产AV日韩A∨亚洲AV电影</a>| <a href="http://baoyutv777.com" target="_blank">亚洲一级Av无码毛片久久精品</a>| <a href="http://yy975.com" target="_blank">中国一级特黄的片子免费 </a>| <a href="http://xwy2.com" target="_blank">免费无码一区二区三区蜜桃</a>| <a href="http://avyjj.com" target="_blank">亚洲国产精品无码久久一线</a>| <a href="http://bx85.com" target="_blank">最近中文字幕2019高清免费</a>| <a href="http://58rjz.com" target="_blank">亚洲中文字幕日本无线码</a>| <a href="http://yhanalati.com" target="_blank">亚洲AV成人潮喷综合网</a>| <a href="http://watchmini.com" target="_blank">a成人毛片免费观看</a>| <a href="http://38miao.com" target="_blank">亚洲性一级理论片在线观看</a>| <a href="http://hwjyrck.com" target="_blank">精品国产一区二区三区免费看</a>| <a href="http://www33399.com" target="_blank">日韩在线一区二区三区免费视频</a>| <a href="http://87fulitv.com" target="_blank">亚洲AV综合色区无码一区</a>| <a href="http://jinmenonline.com" target="_blank">99无码人妻一区二区三区免费</a>| <a href="http://ivy-fund.com" target="_blank">亚洲精品乱码久久久久蜜桃</a>| <a href="http://livejimmy.com" target="_blank">久久青青草原亚洲av无码</a>| <a href="http://99880524.com" target="_blank">99精品视频免费观看</a>| <a href="http://xyflash.com" target="_blank">亚洲AV无码一区二区三区网址</a>| <a href="http://51a88.com" target="_blank">亚洲综合区小说区激情区</a>| <a href="http://mqiuxia66.com" target="_blank">污视频在线观看免费</a>| <a href="http://lshwork.com" target="_blank">亚洲成av人片天堂网无码】</a>| <a href="http://0359puju.com" target="_blank">亚洲午夜未满十八勿入网站2</a>| <a href="http://xamxx.com" target="_blank">性xxxxx免费视频播放</a>| <a href="http://ahzlgj.com" target="_blank">国产精品免费视频观看拍拍</a>| <a href="http://6969xxoo.com" target="_blank">亚洲二区在线视频</a>| <a href="http://sitefmns.com" target="_blank">国产亚洲色婷婷久久99精品91</a>| <a href="http://www-993789.com" target="_blank">5555在线播放免费播放</a>| <a href="http://ynxxrh.com" target="_blank">色吊丝性永久免费看码</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body><div id="8kww8" class="pl_css_ganrao" style="display: none;"><td id="8kww8"></td><center id="8kww8"></center><code id="8kww8"></code><cite id="8kww8"></cite><samp id="8kww8"></samp><strike id="8kww8"></strike><abbr id="8kww8"></abbr><del id="8kww8"></del><center id="8kww8"></center><bdo id="8kww8"></bdo><pre id="8kww8"></pre><abbr id="8kww8"><source id="8kww8"><del id="8kww8"></del></source></abbr><fieldset id="8kww8"></fieldset><noframes id="8kww8"></noframes><strong id="8kww8"></strong><object id="8kww8"></object><button id="8kww8"></button><tr id="8kww8"><nav id="8kww8"><dl id="8kww8"></dl></nav></tr><tr id="8kww8"></tr><tr id="8kww8"></tr><table id="8kww8"><tbody id="8kww8"><button id="8kww8"></button></tbody></table><tbody id="8kww8"><li id="8kww8"><input id="8kww8"></input></li></tbody><s id="8kww8"></s><cite id="8kww8"></cite><nav id="8kww8"></nav><em id="8kww8"></em><th id="8kww8"></th><ul id="8kww8"><input id="8kww8"><xmp id="8kww8"></xmp></input></ul><bdo id="8kww8"></bdo><table id="8kww8"></table><dd id="8kww8"><small id="8kww8"><rt id="8kww8"></rt></small></dd><dfn id="8kww8"><optgroup id="8kww8"><th id="8kww8"></th></optgroup></dfn><ul id="8kww8"></ul><noscript id="8kww8"></noscript><ul id="8kww8"></ul><noscript id="8kww8"><th id="8kww8"><center id="8kww8"></center></th></noscript><wbr id="8kww8"></wbr><abbr id="8kww8"></abbr><object id="8kww8"><sup id="8kww8"><table id="8kww8"></table></sup></object><td id="8kww8"><kbd id="8kww8"><th id="8kww8"></th></kbd></td><cite id="8kww8"></cite><fieldset id="8kww8"><center id="8kww8"><optgroup id="8kww8"></optgroup></center></fieldset><li id="8kww8"><tbody id="8kww8"><del id="8kww8"></del></tbody></li><pre id="8kww8"></pre><acronym id="8kww8"><li id="8kww8"><center id="8kww8"></center></li></acronym><ul id="8kww8"></ul><delect id="8kww8"><small id="8kww8"><center id="8kww8"></center></small></delect><tr id="8kww8"></tr><button id="8kww8"></button><tbody id="8kww8"></tbody><pre id="8kww8"><small id="8kww8"><tfoot id="8kww8"></tfoot></small></pre><nav id="8kww8"><dfn id="8kww8"><em id="8kww8"></em></dfn></nav><input id="8kww8"></input><pre id="8kww8"></pre><td id="8kww8"><center id="8kww8"><abbr id="8kww8"></abbr></center></td><del id="8kww8"></del><del id="8kww8"></del><tbody id="8kww8"></tbody><pre id="8kww8"></pre><option id="8kww8"></option><small id="8kww8"><rt id="8kww8"><pre id="8kww8"></pre></rt></small><blockquote id="8kww8"></blockquote><dd id="8kww8"></dd><em id="8kww8"></em><tr id="8kww8"></tr><dl id="8kww8"></dl><strong id="8kww8"><dfn id="8kww8"><noscript id="8kww8"></noscript></dfn></strong><code id="8kww8"><tr id="8kww8"><li id="8kww8"></li></tr></code><abbr id="8kww8"></abbr><kbd id="8kww8"><optgroup id="8kww8"><blockquote id="8kww8"></blockquote></optgroup></kbd><dd id="8kww8"></dd><xmp id="8kww8"><button id="8kww8"><source id="8kww8"></source></button></xmp><acronym id="8kww8"></acronym><tr id="8kww8"></tr><dd id="8kww8"></dd><s id="8kww8"><dfn id="8kww8"><em id="8kww8"></em></dfn></s><strong id="8kww8"></strong><fieldset id="8kww8"></fieldset><small id="8kww8"></small><cite id="8kww8"></cite><small id="8kww8"><rt id="8kww8"><tr id="8kww8"></tr></rt></small><tfoot id="8kww8"><tr id="8kww8"><cite id="8kww8"></cite></tr></tfoot><abbr id="8kww8"></abbr><dfn id="8kww8"></dfn><fieldset id="8kww8"></fieldset><rt id="8kww8"><tr id="8kww8"><noframes id="8kww8"></noframes></tr></rt><dl id="8kww8"></dl><samp id="8kww8"></samp><menu id="8kww8"></menu><tr id="8kww8"></tr><tr id="8kww8"></tr><input id="8kww8"><xmp id="8kww8"><bdo id="8kww8"></bdo></xmp></input><tfoot id="8kww8"><pre id="8kww8"><cite id="8kww8"></cite></pre></tfoot><abbr id="8kww8"></abbr><nav id="8kww8"></nav><td id="8kww8"><noscript id="8kww8"><object id="8kww8"></object></noscript></td><bdo id="8kww8"></bdo><nav id="8kww8"></nav><del id="8kww8"></del><option id="8kww8"><code id="8kww8"><sup id="8kww8"></sup></code></option><nav id="8kww8"><strike id="8kww8"><kbd id="8kww8"></kbd></strike></nav><samp id="8kww8"><tbody id="8kww8"><td id="8kww8"></td></tbody></samp><acronym id="8kww8"><nav id="8kww8"><center id="8kww8"></center></nav></acronym><center id="8kww8"><tbody id="8kww8"><s id="8kww8"></s></tbody></center><del id="8kww8"></del><bdo id="8kww8"></bdo><del id="8kww8"></del><code id="8kww8"></code><li id="8kww8"><input id="8kww8"><xmp id="8kww8"></xmp></input></li><acronym id="8kww8"></acronym><small id="8kww8"><rt id="8kww8"><delect id="8kww8"></delect></rt></small><code id="8kww8"></code><bdo id="8kww8"><tbody id="8kww8"><abbr id="8kww8"></abbr></tbody></bdo><tr id="8kww8"><cite id="8kww8"><samp id="8kww8"></samp></cite></tr><optgroup id="8kww8"><tfoot id="8kww8"><option id="8kww8"></option></tfoot></optgroup><menu id="8kww8"></menu><pre id="8kww8"></pre><abbr id="8kww8"></abbr><tbody id="8kww8"></tbody><center id="8kww8"></center><th id="8kww8"></th><cite id="8kww8"><acronym id="8kww8"><tbody id="8kww8"></tbody></acronym></cite><li id="8kww8"></li><sup id="8kww8"></sup><center id="8kww8"></center><rt id="8kww8"><tr id="8kww8"><noframes id="8kww8"></noframes></tr></rt><tbody id="8kww8"></tbody><samp id="8kww8"><tbody id="8kww8"><s id="8kww8"></s></tbody></samp><pre id="8kww8"></pre><nav id="8kww8"></nav><acronym id="8kww8"><nav id="8kww8"><center id="8kww8"></center></nav></acronym><sup id="8kww8"></sup><fieldset id="8kww8"><source id="8kww8"><pre id="8kww8"></pre></source></fieldset><button id="8kww8"><source id="8kww8"><dfn id="8kww8"></dfn></source></button><sup id="8kww8"></sup><object id="8kww8"><blockquote id="8kww8"><noscript id="8kww8"></noscript></blockquote></object><option id="8kww8"></option><pre id="8kww8"></pre><tbody id="8kww8"><button id="8kww8"><input id="8kww8"></input></button></tbody><abbr id="8kww8"></abbr><li id="8kww8"></li><em id="8kww8"></em><button id="8kww8"></button><nav id="8kww8"></nav><pre id="8kww8"></pre><abbr id="8kww8"></abbr><s id="8kww8"></s><s id="8kww8"></s><fieldset id="8kww8"></fieldset><wbr id="8kww8"></wbr></div> </html>