日本不卡不码高清免费观看,久久国产精品久久w女人spa,黄色aa久久,三上悠亚国产精品一区二区三区

您的位置:首頁技術文章
文章詳情頁

BBS(php & mysql)完整版(五)

瀏覽:50日期:2024-01-06 09:49:44
//下面為menu_comment.js function fwLoadMenus() { ;;if (window.fw_menu_0) return; ;;window.fw_menu_0 = new Menu("root",92,20,"Verdana, Arial, Helvetica, sans-serif",12,"#6666ff","#ffffff","#FF9999","#6666ff"); ;;fw_menu_0.addMenuItem("Javascript","window.open('left.php', '_self');"); ;;fw_menu_0.addMenuItem("Css快速入門","window.open('left.php', '_self');"); ;;fw_menu_0.addMenuItem("JS在線資源","window.open('left.php', '_self');"); ;;fw_menu_0.addMenuItem("相關論壇","window.open('php3.php?part=4&&p=1', '_self');"); ;;fw_menu_0.fontWeight="solid";;fw_menu_0.hideOnMouseOut=true; ;;window.fw_menu_1 = new Menu("root",92,20,"Verdana, Arial, Helvetica, sans-serif",12,"#6666ff","#ffffff","#FF9999","#6666ff"); ;;fw_menu_1.addMenuItem("Dreamwaver","window.open('left.php', '_self');"); ;;fw_menu_1.addMenuItem("Firework","window.open('left.php', '_self');"); ;;fw_menu_1.addMenuItem("Flash入門","window.open('left.php', '_self');"); ;;fw_menu_1.addMenuItem("Html教程","window.open('left.php', '_self');"); ;;fw_menu_1.addMenuItem("相關論壇","window.open('php3.php?part=3&&p=1', '_self');"); ;;fw_menu_1.fontWeight="solid";;fw_menu_1.hideOnMouseOut=true; ;;;window.fw_menu_2 = new Menu("root",86,20,"Verdana, Arial, Helvetica, sans-serif",12,"#6666ff","#ffffff","#FF9999","#6666ff"); ;;fw_menu_2.addMenuItem("Mysql介紹","window.open('mysql1.php', '_self');"); ;;fw_menu_2.addMenuItem("在線下載","window.open('mysql2.php', '_self');"); ;;fw_menu_2.addMenuItem("學習教程","window.open('mysql4a.php', '_self');"); ;;;fw_menu_2.addMenuItem("Mysql論壇","window.open('php3.php?part=2&&p=1', '_self');"); ;;;fw_menu_2.fontWeight="solid";;fw_menu_2.hideOnMouseOut=true; ;;window.fw_menu_3 = new Menu("root",76,20,"Verdana, Arial, Helvetica, sans-serif",12,"#6666ff","#ffffff","#FF9999","#6666ff"); ;;fw_menu_3.addMenuItem("安裝配置","window.open('php1.php?id1=1&&id2=1', '_self');"); ;;fw_menu_3.addMenuItem("程序代碼","window.open('php2.php?id1=2&&id2=1', '_self');"); ;;fw_menu_3.addMenuItem("學習教程","window.open('php4.php?id1=4&&id2=1', '_self');"); ;;;fw_menu_3.addMenuItem("PHP論壇","window.open('php3.php?part=1&&p=1', '_self');"); ;;;fw_menu_3.fontWeight="solid";;fw_menu_3.hideOnMouseOut=true; ;;fw_menu_3.writeMenus(); } // fwLoadMenus() //下面是fw_menu.js function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh) { ;;;;this.version = "990702 [Menu; menu.js]";;;this.type = "Menu";;;this.menuWidth = mw; ;;;;this.menuItemHeight = mh; ;;;;this.fontSize = fs||12; ;;;;this.fontWeight = "plain";;;this.fontFamily = fnt||"arial,helvetica,verdana,sans-serif";;;this.fontColor = fclr||"#000000";;;this.fontColorHilite = fhclr||"#ffffff";;;this.bgColor = "#555555";;;this.menuBorder = 1; ;;;;this.menuItemBorder = 1; ;;;;this.menuItemBgColor = bg||"#cccccc";;;this.menuLiteBgColor = "#ffffff";;;this.menuBorderBgColor = "#777777";;;this.menuHiliteBgColor = bgh||"#000084";;;this.menuContainerBgColor = "#cccccc";;;this.childMenuIcon = "arrows.gif";;;this.items = new Array(); ;;;;this.actions = new Array(); ;;;;this.childMenus = new Array(); ;;;;this.hideOnMouseOut = true; ;;;;this.addMenuItem = addMenuItem; ;;;;this.addMenuSeparator = addMenuSeparator; ;;;;this.writeMenus = writeMenus; ;;;;this.FW_showMenu = FW_showMenu; ;;;;this.onMenuItemOver = onMenuItemOver; ;;;;this.onMenuItemAction = onMenuItemAction; ;;;;this.hideMenu = hideMenu; ;;;;this.hideChildMenu = hideChildMenu; ;;;;if (!window.menus) window.menus = new Array(); ;;;;this.label = label || "menuLabel" + window.menus.length; ;;;;window.menus[this.label] = this; ;;;;window.menus[window.menus.length] = this; ;;;;if (!window.activeMenus) window.activeMenus = new Array(); } function addMenuItem(label, action) { ;;;;this.items[this.items.length] = label; ;;;;this.actions[this.actions.length] = action; } function addMenuSeparator() { ;;;;this.items[this.items.length] = "separator";;;this.actions[this.actions.length] = "";;;this.menuItemBorder = 0; } // For NS6.;;function FIND(item) { ;;;;if (document.all) return(document.all[item]); ;;;;if (document.getElementById) return(document.getElementById(item)); ;;;;return(false); } function writeMenus(container) { ;;;;if (window.triedToWriteMenus) return; ;;;;if (!container && document.layers) { window.delayWriteMenus = this.writeMenus; var timer = setTimeout('delayWriteMenus()', 250); container = new Layer(100); clearTimeout(timer); ;;;;} else if (document.all || document.hasChildNodes) { document.writeln('<SPAN ID="menuContainer"></SPAN>'); container = FIND("menuContainer"); ;;;;} ;;;;window.fwHideMenuTimer = null; ;;;;if (!container) return;;;;;;;;;;window.triedToWriteMenus = true;;;;;;;container.isContainer = true; ;;;;container.menus = new Array(); ;;;;for (var i=0; i<window.menus.length; i++);;container.menus[i] = window.menus[i]; ;;;;window.menus.length = 0; ;;;;var countMenus = 0; ;;;;var countItems = 0; ;;;;var top = 0; ;;;;var content = ''; ;;;;var lrs = false; ;;;;var theStat = "";;;var tsc = 0; ;;;;if (document.layers) lrs = true; ;;;;for (var i=0; i<container.menus.length; i++, countMenus++) { var menu = container.menus[i]; if (menu.bgImageUp) { ;;;;menu.menuBorder = 0; ;;;;menu.menuItemBorder = 0; } if (lrs) { ;;;;var menuLayer = new Layer(100, container); ;;;;var lite = new Layer(100, menuLayer); ;;;;lite.top = menu.menuBorder; ;;;;lite.left = menu.menuBorder; ;;;;var body = new Layer(100, lite); ;;;;body.top = menu.menuBorder; ;;;;body.left = menu.menuBorder; } else { ;;;;content += ''+ ;;;;'<DIV ID="menuLayer'+ countMenus +'" STYLE="position:absolute;z-index:1;left:10;top:'+ (i * 100) +';visibility:hidden;">n'+ ;;;;';;<DIV ID="menuLite'+ countMenus +'" STYLE="position:absolute;z-index:1;left:'+ menu.menuBorder +';top:'+ menu.menuBorder +';visibility:hide;" onMouseOut="mouseoutMenu();">n'+ ;;;;';;;;;<DIV ID="menuFg'+ countMenus +'" STYLE="position:absolute;left:'+ menu.menuBorder +';top:'+ menu.menuBorder +';visibility:hide;">n'+ ;;;;''; } var x=i; for (var i=0; i<menu.items.length; i++) { ;;;;var item = menu.items[i]; ;;;;var childMenu = false; ;;;;var defaultHeight = menu.fontSize+6; ;;;;var defaultIndent = menu.fontSize; ;;;;if (item.label) { item = item.label; childMenu = true; ;;;;} ;;;;menu.menuItemHeight = menu.menuItemHeight || defaultHeight; ;;;;menu.menuItemIndent = menu.menuItemIndent || defaultIndent; ;;;;var itemProps = 'font-family:' + menu.fontFamily +';font-weight:' + menu.fontWeight + ';fontSize:' + menu.fontSize + ';'; ;;;;if (menu.fontStyle) itemProps += 'font-style:' + menu.fontStyle + ';'; ;;;;if (document.all);;itemProps += 'font-size:' + menu.fontSize + ';" onMouseOver="onMenuItemOver(null,this);" onClick="onMenuItemAction(null,this);'; ;;;;else if (!document.layers) { itemProps += 'font-size:' + menu.fontSize + 'px;'; // zilla wants 12px. ;;;;} ;;;;var l; ;;;;if (lrs) { l = new Layer(800,body); ;;;;} ;;;;var dTag;;;;= '<DIV ID="menuItem'+ countItems +'" STYLE="position:absolute;left:0;top:'+ (i * menu.menuItemHeight) +';'+ itemProps +'">'; ;;;;var dClose = '</DIV>' ;;;;if (menu.bgImageUp) { menu.menuBorder = 0; menu.menuItemBorder = 0; dTag;;;;= '<DIV ID="menuItem'+ countItems +'" STYLE="background:url('+menu.bgImageUp+');position:absolute;left:0;top:'+ (i * menu.menuItemHeight) +';'+ itemProps +'">'; if (document.layers) { ;;;;dTag = '<LAYER BACKGROUND="'+menu.bgImageUp+'" ID="menuItem'+ countItems +'" TOP="'+ (i * menu.menuItemHeight) +'" style="' + itemProps +'">'; ;;;;dClose = '</LAYER>'; } ;;;;} ;;;;var textProps = 'position:absolute;left:' + menu.menuItemIndent + ';top:1;'; ;;;;if (lrs) { textProps +=itemProps; dTag = ""dClose = "";;;} ;;;;var dText;;;;= '<DIV ID="menuItemText'+ countItems +'" STYLE="' + textProps + 'color:'+ menu.fontColor +';">'+ item +'&nbsp</DIV>n<DIV ID="menuItemHilite'+ countItems +'" STYLE="' + textProps + 'top:1;color:'+ menu.fontColorHilite +';visibility:hidden;">'+ item +'&nbsp</DIV>'; ;;;;if (item == "separator") { content += ( dTag + '<DIV ID="menuSeparator'+ countItems +'" STYLE="position:absolute;left:1;top:2;"></DIV>n<DIV ID="menuSeparatorLite'+ countItems +'" STYLE="position:absolute;left:1;top:2;"></DIV>n' + dClose); ;;;;} else if (childMenu) { content += ( dTag + dText + '<DIV ID="childMenu'+ countItems +'" STYLE="position:absolute;left:0;top:3;"><IMG SRC="'+ menu.childMenuIcon +'"></DIV>n' + dClose); ;;;;} else { content += ( dTag + dText + dClose); ;;;;} ;;;;if (lrs) { l.document.open("text/html"); l.document.writeln(content); l.document.close();;;;;;content = ''; theStat += "-"tsc++; if (tsc > 50) { ;;;;tsc = 0; ;;;;theStat = ""} status = theStat; ;;;;} ;;;;countItems++;;;;} if (lrs) { ;;;;// focus layer ;;;;var focusItem = new Layer(100, body); ;;;;focusItem.visiblity="hidden";;;focusItem.document.open("text/html"); ;;;;focusItem.document.writeln("&nbsp;"); ;;;;focusItem.document.close();;;;;;} else { ;;content += ';;;;;;<DIV ID="focusItem'+ countMenus +'" STYLE="position:absolute;left:0;top:0;visibility:hide;" onClick="onMenuItemAction(null,this);">&nbsp;</DIV>n'; ;;content += ';;;</DIV>n;;</DIV>n</DIV>n'; } i=x; ;;;;} ;;;;if (document.layers) {;container.clip.width = window.innerWidth; container.clip.height = window.innerHeight; container.onmouseout = mouseoutMenu; container.menuContainerBgColor = this.menuContainerBgColor; for (var i=0; i<container.document.layers.length; i++) { ;;;;proto = container.menus[i]; ;;;;var menu = container.document.layers[i]; ;;;;container.menus[i].menuLayer = menu; ;;;;container.menus[i].menuLayer.Menu = container.menus[i]; ;;;;container.menus[i].menuLayer.Menu.container = container; ;;;;var body = menu.document.layers[0].document.layers[0]; ;;;;body.clip.width = proto.menuWidth || body.clip.width; ;;;;body.clip.height = proto.menuHeight || body.clip.height; ;;;;for (var n=0; n<body.document.layers.length-1; n++) { var l = body.document.layers[n]; l.Menu = container.menus[i]; l.menuHiliteBgColor = proto.menuHiliteBgColor; l.document.bgColor = proto.menuItemBgColor; l.saveColor = proto.menuItemBgColor; l.onmouseover = proto.onMenuItemOver; l.onclick = proto.onMenuItemAction; l.action = container.menus[i].actions[n]; l.focusItem = body.document.layers[body.document.layers.length-1]; l.clip.width = proto.menuWidth || body.clip.width + proto.menuItemIndent; l.clip.height = proto.menuItemHeight || l.clip.height; if (n>0) l.top = body.document.layers[n-1].top + body.document.layers[n-1].clip.height + proto.menuItemBorder; l.hilite = l.document.layers[1]; if (proto.bgImageUp) l.background.src = proto.bgImageUp; l.document.layers[1].isHilite = true; if (l.document.layers[0].id.indexOf("menuSeparator") != -1) { ;;;;l.hilite = null; ;;;;l.clip.height -= l.clip.height / 2; ;;;;l.document.layers[0].document.bgColor = proto.bgColor; ;;;;l.document.layers[0].clip.width = l.clip.width -2; ;;;;l.document.layers[0].clip.height = 1; ;;;;l.document.layers[1].document.bgColor = proto.menuLiteBgColor; ;;;;l.document.layers[1].clip.width = l.clip.width -2; ;;;;l.document.layers[1].clip.height = 1; ;;;;l.document.layers[1].top = l.document.layers[0].top + 1; } else if (l.document.layers.length > 2) { ;;;;l.childMenu = container.menus[i].items[n].menuLayer; ;;;;l.document.layers[2].left = l.clip.width -13; ;;;;l.document.layers[2].top = (l.clip.height / 2) -4; ;;;;l.document.layers[2].clip.left += 3; ;;;;l.Menu.childMenus[l.Menu.childMenus.length] = l.childMenu; } ;;;;} ;;;;body.document.bgColor = proto.bgColor; ;;;;body.clip.width;;= l.clip.width +proto.menuBorder; ;;;;body.clip.height = l.top + l.clip.height
標簽: PHP
日本不卡不码高清免费观看,久久国产精品久久w女人spa,黄色aa久久,三上悠亚国产精品一区二区三区
91精品蜜臀一区二区三区在线| 欧洲精品一区二区三区| 亚洲国产不卡| 99久久九九| 激情久久婷婷| 国产精品腿扒开做爽爽爽挤奶网站| 欧美亚洲精品在线| 欧美高清一区| 免费在线观看不卡| 日韩成人午夜精品| 国产美女视频一区二区| 国产精品对白| 国产v日韩v欧美v| av日韩中文| 国产综合亚洲精品一区二| 国产模特精品视频久久久久| 黄色免费成人| 日韩中文字幕| 久久女人天堂| 久久亚洲在线| 首页亚洲欧美制服丝腿| 日韩精品成人在线观看| 久久伊人国产| 日本免费一区二区三区四区| 欧美日韩高清| 亚洲一级大片| 国产精品久久777777毛茸茸| 91视频一区| 高清不卡亚洲| 免费精品国产的网站免费观看| 国产一区导航| 国产日韩一区二区三免费高清| 美女精品久久| 99久久婷婷这里只有精品| 视频一区中文| 日本午夜精品久久久久| 美女国产一区二区三区| 欧洲一级精品| 丝袜诱惑制服诱惑色一区在线观看 | 中文字幕av亚洲精品一部二部 | 精品午夜视频| 久久久久一区| 国产视频一区欧美| 国产视频一区二| 蜜桃视频在线网站| 性色一区二区| 国产精品男女| 日韩精品免费一区二区三区| 影视先锋久久| 欧美亚洲综合视频| а√在线中文在线新版| 亚洲欧美日韩视频二区| 国产剧情一区二区在线观看| 日韩伦理一区| 天堂va欧美ⅴa亚洲va一国产| 麻豆91精品91久久久的内涵| 激情综合网五月| 欧美日韩亚洲三区| 久久婷婷av| 欧美日韩1区2区3区| 美女av在线免费看| 日韩制服丝袜av| 国产一区精品福利| 午夜久久tv| 国产精品九九| 欧美日韩国产亚洲一区| 欧美日韩一区二区三区不卡视频 | 亚洲1234区| 日本欧美一区| 99国产精品免费视频观看| 伊人久久一区| 精精国产xxxx视频在线野外 | 综合国产在线| 成人精品中文字幕| 欧美在线看片| 在线亚洲激情| 91亚洲自偷观看高清| 日本在线不卡视频| 欧美福利专区| 国产精品国产三级国产在线观看| 国产美女精品| 日韩欧美综合| 国产精品s色| 中文精品在线| 色吊丝一区二区| 国产人成精品一区二区三| 蜜桃国内精品久久久久软件9| 国产欧美日韩综合一区在线播放| 欧美日韩亚洲在线观看| 精品99久久| 日本精品久久| 国产精品毛片| 日韩精品欧美| 国产一区二区三区天码| 91麻豆精品| 在线精品一区二区| 免费视频国产一区| 97在线精品| 日韩国产91| 三级亚洲高清视频| 最新国产拍偷乱拍精品| 日韩深夜视频| 国产一区福利| 久久av超碰| 欧美日韩夜夜| 日韩欧美中文字幕一区二区三区| 偷拍欧美精品| 久久精品99久久无色码中文字幕| 狠狠久久伊人中文字幕| 国产欧美欧美| 国产日韩三级| 日韩av一区二区三区| 麻豆精品91| 99久久www免费| 精品捆绑调教一区二区三区| 岛国av免费在线观看| 四虎8848精品成人免费网站| 欧美aaaaaa午夜精品| 91成人在线网站| 日韩精品免费一区二区夜夜嗨| 美日韩精品视频| 久久最新视频| 亚洲女人av| 日韩中文字幕区一区有砖一区| 欧美在线资源| 在线亚洲精品| 日本大胆欧美人术艺术动态| 狠狠久久婷婷| 久久久国产亚洲精品| 丝袜美腿诱惑一区二区三区| 日韩欧美网址| 欧美午夜精彩| 亚洲少妇诱惑| 免费在线看一区| 亚洲精品看片| 国产视频一区二| 麻豆视频一区二区| 一区二区三区四区日韩| 亚洲精品免费观看| 国产日韩欧美| 福利片在线一区二区| yellow在线观看网址| 在线观看精品| 国产精品久久久久av电视剧| 中文字幕成在线观看| 精品国模一区二区三区| 国产一区日韩一区| 中文国产一区| 蜜桃传媒麻豆第一区在线观看| 水野朝阳av一区二区三区| 日韩在线观看中文字幕| 欧美一区在线观看视频| 精品日韩在线| 久久精品欧美一区| 欧美日韩三区| 免费人成在线不卡| 日韩国产91| 国模大尺度视频一区二区| 国产成人调教视频在线观看| 91精品一区二区三区综合在线爱| 在线亚洲国产精品网站| 日本久久一区| av资源新版天堂在线| 欧美理论视频| 亚洲精品看片| 久久久精品区| 99久久99久久精品国产片果冰| 亚洲激情不卡| 欧美一区成人| 日韩中文欧美| 亚洲精品一二| 捆绑调教美女网站视频一区| 久久精品成人| 久久福利影视| 国产精品大片免费观看| 精精国产xxxx视频在线野外| 蜜臀久久久久久久| 国产精品白浆| 久久国产中文字幕| 日韩在线黄色| 不卡一二三区| 亚洲日本国产| 黄色在线网站噜噜噜| 久久国产精品亚洲77777| 国产色99精品9i| 免费视频国产一区| 亚洲精品精选| 中文字幕在线视频久| 欧美天堂亚洲电影院在线观看| 日韩精彩视频在线观看| 欧美精品日日操| 日韩高清一级| 日韩和的一区二在线| 日韩不卡在线观看日韩不卡视频| 精品国产a一区二区三区v免费| 亚洲免费精品| 久久精品国产久精国产| 国产亚洲精品v| 欧美国产偷国产精品三区| 综合激情婷婷|