亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? core3.js

?? 步近電機控制代碼
?? JS
?? 第 1 頁 / 共 5 頁
字號:
if(NetEase==undefined){var NetEase={};}NetEase.ConfirmDlg=Class.create();NetEase.ConfirmDlg.prototype={initialize:function(sObjectName){this._oOptions=Object.extend({sDlgId:null,width:250,height:85,left:300,top:300,sAlert:'',sContent:'',jsWindowManager:null,fnOK:null,oFnOKParam:null},arguments[1]||{});this._sObjectName=sObjectName;this.oConfirmWin=null;this._init();},_init:function(){if(!this._oOptions.jsWindowManager){this._oOptions.jsWindowManager=new NetEase.JSWindowManager();}this.oConfirmWin=this._oOptions.jsWindowManager.createWindow(this._oOptions.sDlgId,{className:'g_crd_21',width:this._oOptions.width,height:this._oOptions.height,hasSystemBar:false,onTop:false,needCover:true,allowScroll:true,allowDrag:false});this.oConfirmWin.panel.innerHTML='<div class="alert">'+this._oOptions.sAlert+'</div>'+'<div class="cont"><span>'+this._oOptions.sContent+'</span></div>'+'<div class="btnbar">'+'<input type="button" class="btncm btnok" value="確 定" id="$_confirmOK" />'+'<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>'+'<input type="button" class="btncm btncc" value="取 消" id="$_confirmCancel" onclick="'+this._sObjectName+'.close();" />'+'</div>';if(window.attachEvent){$('$_confirmOK').attachEvent("onclick",function(e){this.close();if(this._oOptions.fnOK!=null){this._oOptions.fnOK(this._oOptions.oFnOKParam);}}.bind(this));}else if(window.addEventListener){$('$_confirmOK').addEventListener("click",function(e){this.close();if(this._oOptions.fnOK!=null){this._oOptions.fnOK(this._oOptions.oFnOKParam);}}.bind(this),true);}},show:function(){this._oOptions.jsWindowManager.showWindow(this._oOptions.sDlgId);},close:function(){this._oOptions.jsWindowManager.closeWindow(this._oOptions.sDlgId);}}if(NetEase==undefined){var NetEase={};}NetEase.MsgTool=Class.create();NetEase.MsgTool.prototype={initialize:function(){this.options=Object.extend({jsWindowManager:false,dwrAlert:false,dialogId:"cardDialog",style:'/style/common',objName:'msgTool'},arguments[0]||{});this.sendUserId=UD.visitorId;this.sendUserName=UD.visitorName;this.sendUserNickName=UD.visitorNickname;if(this.sendUserNickName==null||this.sendUserNickName.trim()==""){this.sendUserNickName=this.sendUserName;}this.cardpageHash={};this.lastCategoryId=null;this.card_stat_slide=false;this.COM_ID="$_commend";this.initTemplate();if(!this.options.jsWindowManager){this.jsWindowManager=new NetEase.JSWindowManager();}else{this.jsWindowManager=this.options.jsWindowManager;}},showSendCardDialog:function(receiveUserId,receiveUserName,receiveUserNickName){if(UD.visitorRank<0){showLoginDlg(UD.serverName);return;}if(receiveUserId==this.sendUserId){return;}this.receiveUserId=receiveUserId;this.receiveUserName=receiveUserName.unescape_freemark();this.receiveUserNickName=receiveUserNickName.unescape_freemark();this._initSendCardDialog(this.options.dialogId);},_initSendCardDialog:function(id){if(this.sendCardDialog==null){this.sendCardDialog=this.jsWindowManager.createWindow(id,{title:'贈送賀卡',width:580,height:480,notKeepPos:false,className:'g_win_10',beforeHiddenFunc:this._cancelCardSend.bind(this)});}this._loadSendCategorys();this.sendCardDialog.showWindow();this.sendCardDialog.focusWindow();},_loadSendCategorys:function(){if(this.notFirstShow==null){this.notFirstShow=true;var callback=function(cardCategoryList){var data={cardCategoryList:cardCategoryList};this.sendCardDialog.panel.innerHTML=this.jst_cardsend_template.processUseCache(data);this.cardInfo=$("$$_card_info");this.cardContent=$("$$_card_content");this.cardTip=$("$$_card_tip");this.cardTip.style.display="";this.cardSend=$("$$_card_send");this.cardSend.style.display="none";this.cardReceive=$("$$_card_receive");this.cardReceive.innerHTML='送給 <span class="a_a c_c d_d" href="http://'+DomainMap.getParentDomain(this.receiveUserName.escape())+'/" target="_blank">'+this.receiveUserNickName.escape()+'</span> 的祝福';this.cardBlessContent=$("$$_bless_content");this.cardInputZone=$("$$_card_input_zone");this.cardInputTip=$("$$_card_input_tip");this.commendCategory=$("$$_commend_category");if(this.commendCategory)this._selectSendCategory(this.commendCategory,this.COM_ID);}.bind(this);CardBean.getCardCategoryList(callback);}else{this.cardReceive.innerHTML='送給 <span class="a_a c_c d_d" href="http://'+DomainMap.getParentDomain(this.receiveUserName.escape())+'/" target="_blank">'+this.receiveUserNickName.escape()+'</span> 的祝福';}},_selectSendCategory:function(obj,id){if(this.lastObj!=null){Element.removeClassName(this.lastObj,'selected');}Element.addClassName(obj,'selected');this.lastObj=obj;if(this.cardpageHash[id]==null){var loadFunc;if(id==this.COM_ID){loadFunc=this._loadCommendFunc.bind(this);}else{loadFunc=this._loadCommonFunc.bind(this);}this.cardpageHash[id]=new NetEase.CachePage({loadFunc:loadFunc,loadParam:{cateId:id},presentFunc:this._presentCardsFunc.bind(this),presentSlideFunc:this._presentCardFunc.bind(this),organizeFunc:this._organizeFunc.bind(this),detSlideIterator:this._detSlideIterator.bind(this),pageSize:9,prefetch:true,prefetchMulti:1,markID:false,customPageIds:['$$_card_prev','$$_card_next'],styleDir:this.options.style});this.cardpageHash[id].nextPage();if(this.lastCategoryId!=null)this.cardpageHash[this.lastCategoryId].resetCachePageEvent();}else{if(this.lastCategoryId!=id||this.card_stat_slide==true){if(this.lastCategoryId!=id)this.cardpageHash[this.lastCategoryId].resetCachePageEvent();this.cardpageHash[id].refreshCurPage();}}if(id==this.COM_ID){this._showCardCommendInfo(true);}else{this._showCardCommendInfo(false);}this.lastCategoryId=id;this.card_stat_slide=false;},_organizeFunc:function(dataList){for(var i=0;i<dataList.length;i++){dataList[i].smallSrc=this._constructSrc(dataList[i].srcId,false);dataList[i].bigSrc=this._constructSrc(dataList[i].srcId,true);}return dataList;},_constructSrc:function(srcId,isBig){var aId=srcId%10;if(isBig)return"http://cardimg.163.com/mcards/"+aId+"/big/"+srcId+".swf";return"http://cardimg.163.com/mcards/"+aId+"/small/s"+srcId+".swf";},_loadCommendFunc:function(param,callback){CardBean.getCommendCardInfoList(param.offset,param.limit,callback);},_loadCommonFunc:function(param,callback){CardBean.getCardInfoList(param.cateId,param.offset,param.limit,callback);},_presentCardsFunc:function(dataList){var data={cardInfoList:dataList};this.cardContent.innerHTML=this.jst_cards_template.processUseCache(data);this.cardContent.style.borderWidth="1px";this.cardTip.style.display="";this.cardSend.style.display="none";},_presentCardFunc:function(cardInfo){if(cardInfo){var data={cardInfo:cardInfo};this.cardContent.innerHTML=this.jst_card_template.processUseCache(data);this.cardContent.style.borderWidth="0px";this.cardTip.style.display="none";this.cardSend.style.display="";this.cardBlessContent.focus();}},_selectCardInfo:function(id){if(this.cardpageHash[this.lastCategoryId]){this.cardpageHash[this.lastCategoryId].changeToSlideMode(id);this.card_stat_slide=true;this._showCardCommendInfo(false);this.cardBlessContent.focus();}},_showCardCommendInfo:function(show){if(show==true){this.cardInfo.style.display="";}else{this.cardInfo.style.display="none";}},_detSlideIterator:function(id,e){if(id==e.id)return true;return false;},_cancelCardSend:function(){if(this.cardpageHash[this.lastCategoryId]){this.cardpageHash[this.lastCategoryId].refreshCurPage();this.card_stat_slide=false;if(this.lastCategoryId==this.COM_ID){this._showCardCommendInfo(true);}else{this._showCardCommendInfo(false);}}},_submitCardSend:function(){if(this.cardpageHash[this.lastCategoryId]){var content=this.cardBlessContent.value.trim();if(content==""){alert("請輸入您的祝福!");this.cardBlessContent.focus();return;}if(content.length>1000){alert("祝福語長度不能超過1000");this.cardBlessContent.focus();return;}var obj=this.cardpageHash[this.lastCategoryId].getSelectSlide();if(obj){this.cardInputZone.style.display='none';this.cardInputTip.style.display='block';RemindBean.sendCard(this.sendUserId,this.sendUserName,this.sendUserNickName,this.receiveUserId,this.receiveUserName,this.receiveUserNickName,content,obj.id,UD.visitorIP,{callback:this._afterCardSent.bind(this),errorHandler:function(errorString,ex){this._afterCardSent(-1);filterWarning(ex,false);;}.bind(this)});}}},_afterCardSent:function(result){if(result<0){switch(result){case-3:this.options.dwrAlert("發送的好友不存在","error");break;case-4:this.options.dwrAlert("消息內容中包含敏感關鍵字","error");break;case-5:this.options.dwrAlert("消息接受者在您的黑名單中,發送失敗","error");break;case-10:this.options.dwrAlert("發送賀卡失敗!賀卡只能好友之間發送!","error");break;default:this.options.dwrAlert("發送賀卡失敗","error");break;}}else{this.options.dwrAlert("發送賀卡成功!","ok");this._cancelCardSend();}this.cardInputZone.style.display='block';this.cardInputTip.style.display='none';},msgTo:function(fromId,fromName,fromNickName,toId,toName,toNickName){if(!this.messageWindow){this.messageWindow=this.jsWindowManager.createWindow('remind_message',{className:"g_win_6",width:400,height:240,onTop:true,notKeepPos:true,title:"發送新消息"});}var s=[];s.push('<div class="g_t_14">發送給:');s.push(toNickName.escape());s.push('</div>');s.push('<div><textarea id="remind_msg" class="g_h_105 g_w_90" onpropertychange="textareaLimit(this, 250)"></textarea></div>');s.push('<div class="g_h_30 g_t_center">');s.push('<div id="ne_frame_submit"><input type="button" class="btncm btnok" value="確 定" onclick="');s.push(this.options.objName);s.push('.submitMsg(');s.push(fromId);s.push(', ');s.push(toId);s.push(', \''+toName+'\'');s.push(');" />');s.push('<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>');s.push('<input type="button" class="btncm btncc" value="取 消" onclick="'+this.options.objName+'.closeMsg();" />');s.push('</div><div id="ne_frame_info" style="display:none;">處理中...</div>');s.push('</div>');this.messageWindow.panel.innerHTML=s.join('');this.messageWindow.showWindow();$('remind_msg').focus();},submitMsg:function(fromId,toId,toName){if(fromId==toId){this._afterSubmit(-7);return;}var _msg=$F("remind_msg").trim();if(_msg.length==0){this.options.dwrAlert("消息內容不能為空!","info");return;};if(_msg.length>250){this.options.dwrAlert("消息長度不能超過250!","info");return;};$("ne_frame_submit").style.display='none';$("ne_frame_info").style.display='';RemindBean.sendUserMsg(toId,toName,_msg,{callback:this._afterSubmit.bind(this),errorHandler:function(errorString,ex){this._afterSubmit(-1);filterWarning(ex,false);;}.bind(this)});},_afterSubmit:function(result){if(result<0){switch(result){case-3:this.options.dwrAlert("發送的好友不存在!","error");break;case-4:this.options.dwrAlert("消息內容中包含敏感關鍵字","error");break;case-5:this.options.dwrAlert("消息接受者在您的黑名單中,發送失敗!","error");break;case-7:this.options.dwrAlert("不能給自己發送消息!","error");break;default:this.options.dwrAlert("發送消息失敗!","error");break;}$("ne_frame_submit").style.display='';$("ne_frame_info").style.display='none';}else{this.options.dwrAlert("發送消息成功!","ok");this.closeMsg();}},closeMsg:function(){this.messageWindow.hiddenWindow();},initTemplate:function(){this.jst_cardsend_template=new String('{var commentInfo = ""}\   <div>\   <div class="g_tab_btn03">\   {for category in cardCategoryList}\    {if category.commend == true}\     {var commentInfo = category.info}\     <div id="$$_commend_category" class="selected" onclick="'+this.options.objName+'._selectSendCategory(this,\''+this.COM_ID+'\');">${category.name|default:""|escape}</div>\    {else}\     <div onclick="'+this.options.objName+'._selectSendCategory(this,\'${category.id}\');">${category.name|default:""|escape}</div>\    {/if}\   {/for}\   </div>\   <table class="case" border="0" cellspacing="0" cellpadding="0">\     <tr id="$$_card_info"><td width="40">&nbsp;</td><td class="g_t_left"><p class="g_h_20 clr00">${commentInfo|default:""|escape}</p></td><td width="40">&nbsp;</td></tr>\     <tr><td width="40" class="g_t_left"><div class="g_img_14 g_c_hand p_ p27" onmouseover="Element.replaceClassName(this,\'p27\',\'p25\');" onmouseout="Element.replaceClassName(this,\'p25\',\'p27\');" title="上頁" id="$$_card_prev">&nbsp;</div></td>\     <td><div class="cnt" id="$$_card_content"></div></td>\     <td width="40" class="g_t_right"><div class="g_img_14 g_c_hand p_ p28" onmouseover="Element.replaceClassName(this,\'p28\',\'p26\');" onmouseout="Element.replaceClassName(this,\'p26\',\'p28\');" title="下頁" id="$$_card_next">&nbsp;</div></td></tr>\     <tr id="$$_card_tip"><td>&nbsp;</td><td class="g_t_left g_h_25 clr02"><span class="n_ n9">&nbsp;</span>點擊賀卡或者賀卡名,查看賀卡并發送。</td><td class="g_w_5">&nbsp;</td></tr>\   </table>\   <table class="case" border="0" cellspacing="0" cellpadding="0" id="$$_card_send">\    <tr><td width="40">&nbsp;</td><td class="g_t_left g_h_25" id="$$_card_receive" style="font-size:14px;">&nbsp;</td><td width="40">&nbsp;</td></tr>\    <tr><td>&nbsp;</td><td><textarea class="g_h_105" id="$$_bless_content"></textarea></td><td>&nbsp;</td></tr>\    <tr><td>&nbsp;</td><td class="g_t_center g_h_30" >\     <div id="$$_card_input_zone">\     <input type="button" class="btncm btnok" value="發 送" onclick="'+this.options.objName+'._submitCardSend();"/>\     <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>\     <input type="button" class="btncm btncc" value="取 消" onclick="'+this.options.objName+'._cancelCardSend();"/>\     </div><div id="$$_card_input_tip" style="display:none;">賀卡發送中...</div>\    </td><td>&nbsp;</td></tr>\   </table>\  </div>');this.jst_cards_template=new String('{for cardInfo in cardInfoList}\    <div class="item">\     <span class="a_a c_c" onclick="'+this.options.objName+'._selectCardInfo(\'${cardInfo.id}\');">\     <img src="${cardInfo.smallSrc|default:"#"}" /></span>\    <p><span class="a_a d_d" onclick="'+this.options.objName+'._selectCardInfo(\'${cardInfo.id}\');">${cardInfo.name|default:""|escape}</span></p>\   </div>\   {/for}\

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
蜜桃精品视频在线| 成人av网站在线观看| 日本一区二区三区高清不卡| 欧洲一区在线观看| 成人免费视频国产在线观看| 视频一区二区中文字幕| 亚洲人成精品久久久久久| 91精品国产综合久久蜜臀| jvid福利写真一区二区三区| 日韩电影在线免费看| 有码一区二区三区| 国产精品久久久久aaaa樱花| 精品国产乱码久久久久久闺蜜| 91福利社在线观看| 91一区二区三区在线观看| 色婷婷精品久久二区二区蜜臂av | 日韩电影在线观看网站| 亚洲欧美视频在线观看| 国产精品三级av| 国产婷婷一区二区| 2021国产精品久久精品| 欧美大度的电影原声| 欧美日本韩国一区二区三区视频| 色一情一乱一乱一91av| 一本色道综合亚洲| 91毛片在线观看| 成人动漫在线一区| 成人av网在线| 99精品视频在线播放观看| 国产精品亚洲第一区在线暖暖韩国| 另类小说一区二区三区| 免费的成人av| 老司机精品视频在线| 麻豆国产一区二区| 免费成人深夜小野草| 奇米精品一区二区三区在线观看| 日韩福利电影在线| 久久精品国产精品亚洲精品 | 夫妻av一区二区| 日韩午夜在线影院| 日韩美女天天操| 精品久久99ma| 国产午夜精品福利| 亚洲欧美自拍偷拍色图| 亚洲欧美激情在线| 亚洲一区二区三区三| 午夜免费久久看| 日韩精彩视频在线观看| 老汉av免费一区二区三区| 久久99热99| 粉嫩蜜臀av国产精品网站| 成人av小说网| 欧美性视频一区二区三区| 在线播放中文一区| 亚洲精品一区二区三区影院 | 日本国产一区二区| 欧美乱熟臀69xxxxxx| 日韩免费一区二区三区在线播放| 2020日本不卡一区二区视频| 国产精品美女久久久久高潮| 亚洲人成网站在线| 丝袜国产日韩另类美女| 韩国精品主播一区二区在线观看 | 国产丶欧美丶日本不卡视频| 大白屁股一区二区视频| 一本到不卡免费一区二区| 欧美浪妇xxxx高跟鞋交| 精品精品国产高清a毛片牛牛| 日本一区二区三区免费乱视频| 亚洲欧美综合色| 男女视频一区二区| 国产福利精品一区| 欧美亚洲国产一区二区三区va| 91麻豆精品国产91久久久久久久久 | 久久久美女毛片| 亚洲精品免费视频| 奇米色777欧美一区二区| 成人性色生活片| 在线播放亚洲一区| 国产精品乱码妇女bbbb| 亚洲成人动漫在线免费观看| 国产一区福利在线| 欧美亚洲国产怡红院影院| 欧美精品一区二区久久婷婷| 亚洲精品国产成人久久av盗摄| 另类小说一区二区三区| 色综合久久88色综合天天免费| 欧美一区二区免费| 亚洲欧美经典视频| 国产精品亚洲一区二区三区在线| 欧美在线一区二区| 国产精品私人自拍| 麻豆精品视频在线观看免费 | 精品国产区一区| 一区二区三区波多野结衣在线观看| 精品一区二区三区影院在线午夜 | 欧美一级专区免费大片| 最新高清无码专区| 国产精品一区一区| 欧美一区二区在线不卡| 亚洲精品videosex极品| 懂色av一区二区三区免费看| 9191成人精品久久| 亚洲一区视频在线观看视频| 成人精品免费视频| 久久久另类综合| 麻豆精品国产传媒mv男同| 欧美优质美女网站| 亚洲免费在线观看| jiyouzz国产精品久久| 久久久777精品电影网影网| 日本成人在线电影网| 欧美日韩中文精品| 亚洲精品乱码久久久久久黑人| 成人丝袜18视频在线观看| 国产亚洲欧洲997久久综合| 青青青伊人色综合久久| 欧美人妇做爰xxxⅹ性高电影| 亚洲欧美另类图片小说| 91一区在线观看| 日韩美女精品在线| 99国产精品一区| 中文字幕日本不卡| 9久草视频在线视频精品| 国产精品婷婷午夜在线观看| 国产电影一区二区三区| 久久久久久久网| 国产一区二区三区免费| 亚洲精品一线二线三线| 国产在线看一区| 久久久无码精品亚洲日韩按摩| 韩国理伦片一区二区三区在线播放| 欧美大片一区二区| 精品一区二区日韩| 精品国产伦一区二区三区观看体验 | 欧美日韩国产免费| 亚洲第一会所有码转帖| 欧美日韩精品一区二区三区四区| 亚洲与欧洲av电影| 4438成人网| 久久精品国产成人一区二区三区 | 成人小视频免费在线观看| 欧美国产视频在线| 99久久99久久精品国产片果冻| 国产精品传媒视频| 欧洲av一区二区嗯嗯嗯啊| 亚洲午夜成aⅴ人片| 欧美麻豆精品久久久久久| 蜜臀av国产精品久久久久| 久久免费视频色| av一本久道久久综合久久鬼色| 亚洲精品视频观看| 欧美一级日韩不卡播放免费| 精品中文av资源站在线观看| 久久久精品国产免费观看同学| 国产+成+人+亚洲欧洲自线| 国产精品国产三级国产aⅴ无密码| 色妹子一区二区| 日韩精品欧美成人高清一区二区| 日韩精品一区二区在线| 成人精品一区二区三区中文字幕| 亚洲免费在线视频| 日韩一区二区三区在线观看| 国产成人综合精品三级| 一区二区三区免费| 精品国产伦一区二区三区免费| 成人h动漫精品| 午夜国产精品一区| 久久久国产一区二区三区四区小说 | 亚洲香肠在线观看| 欧美xxxxxxxxx| 91原创在线视频| 日本不卡一区二区| 中文一区二区在线观看| 欧美日韩另类一区| 国产成人综合在线| 性久久久久久久| 中文字幕乱码久久午夜不卡 | 综合色中文字幕| 欧美一区二区三区视频免费 | 韩国女主播一区| 亚洲一区二区高清| 国产亚洲福利社区一区| 欧美福利视频一区| av在线不卡免费看| 久久精品国产网站| 亚洲国产视频a| 欧美国产日韩在线观看| 欧美放荡的少妇| 91丨九色丨尤物| 国产美女精品一区二区三区| 午夜视频一区二区| 一区在线观看视频| 亚洲精品一区二区三区精华液| 欧美影视一区二区三区| 高清不卡在线观看| 国内国产精品久久| 秋霞影院一区二区| 一区二区三区日本| 国产精品污污网站在线观看|