Drop-down Transparent Menu

Source: Internet
Author: User
Tags eval visibility
Tip: You can modify some of the code before running



<html> <head> <meta http-equiv= "Content-type" content= "text/html; charset=gb2312 "> <title> Web Page special Effects code | jscode.cn|---Great green drop-down transparent menu </title> </head> <body> <script language= "JavaScript" > var mmenus = New Array (); var misshow = new Boolean (); Misshow=false; var misdown = new Boolean (); Misdown=false; var mnumberofsub=0; var Musestatus=false; var mpoptimer = 0; Mmenucolor= ' #89CB10 '; mfontcolor= ' menutext '; mmenuoutcolor= ' #ADEF34 '; mmenuincolor= ' #B5E74E '; mmenuoutbordercolor= ' #ECFA3A '; mmenuinbordercolor= ' #5A2614 '; mmidoutcolor= ' #A9DA1D '; mmidincolor= ' #799310 '; mmenuovercolor= ' #004080 '; mitemedge= ' 0 '; msubedge= ' 1 '; mmenuunitwidth=66;mmenuitemwidth=140;mmenuheight=25;mmenuwidth= ' 100% '; mmenuadjust=0 ; mmenuadjustv=0;mfonts= ' font-family: Song body; font-size:9pt; Color:menutext; '; mcursor= ' hand '; var swipesteps = 4; var swipemsec = 25; var swipearray = new Array (); function Swipe (El, dir, steps, msec) {if (steps = = null) steps = Swipesteps; if (msec = null) msec = swipemsec; if (El.swipeindex = = null) El.swipeindex = Swipearray.length; if (El.swipetimer!= null) window.cleartimeout (El.swipetimer); Swipearray[el.swipeindex] = El; El.style.clip = "rect (-99999, 99999, 99999,-99999)"; if (El.swipecounter = null | | el.swipecounter = = 0) {el.orgleft = El.offsetleft; El.orgtop = El.offsettop; El.orgwidth = El.offsetwidth; El.orgheight = El.offsetheight; } el.swipecounter = steps; El.style.clip = "rect (0,0,0,0)"; Window.settimeout ("repeat + dir +", "+ El.swipeindex +", "+ Steps +", "+ msec +") ", msec);} function Repeat (dir, index, steps, msec) {el = Swipearray[index]; var left = El.orgleft; var top = El.orgtop; var width = el.orgwidth; var height = el.orgheight; if (El.swipecounter = = 0) {el.style.clip = "rect (-99999, 99999, 99999,-99999)"; Return else {el.swipecounter--; el.style.visibility = "visible"; Switch (dir) {case 2:el.style.clip = "rect (" + height*el.swipecounter/steps + "," + width + "," + Height + "," + 0 + ")"; El.style.top = Top-height*el.swipecounter/steps; Break Case 8:el.style.clip = "Rect + 0 +", "+ width +", "+ height* (steps-el.swipecounter)/steps +", "+ 0 +") "; El.style.top = top + height*el.swipecounter/steps; Break Case 6:el.style.clip = "rect (" + 0 + "," + width + "," + Height + "," + width* (el.swipecounter)/steps + ")"; El.style.left = Left-width*el.swipecounter/steps; Break Case 4:el.style.clip = "rect (" + 0 + "," + width* (swipesteps-el.swipecounter)/steps + "," + Height + "," + 0 + ")"; El.style.left = left + width*el.swipecounter/steps; Break El.swipetimer = Window.settimeout ("repeat + dir +", "+ Index +", "+ Steps +", "+ msec +") ", msec); } var mtmpleft= ""; var mtmptop= ""; function Hideswipe (EL) {window.cleartimeout (El.swipetimer); el.style.visibility = "hidden"; El.style.clip = "rect (-99999, 99999, 99999,-99999)"; El.swipecounter = 0; if (mtmpleft!= "") El.style.left = Mtmpleft; if (mtmptop!= "") El.style.top = Mtmptop; function Stoperror () {return true;} Window.onerror=stoperror; function Mpopout () {Mpoptimer = settimeout (' mallhide () ');} function Getreal (el, type, value) {temp = el; while (temp!= null) && (temp.tagname!= "Body") {if (eval ("temp." + type) = = value) {el = temp; Return el; temp = temp.parentelement; Return el; function Mmenuregister (menu) {Mmenus[mmenus.length] = menu return (mmenus.length-1)} function Mmenuitem (capt Ion,command,target,isline,statustxt,level,img,sizex,sizey,pos) {this.items = new Array (); This.caption=caption; This.command=command; This.target=target; This.isline=isline; This.statustxt=statustxt; if (level!=null) {mnumberofsub++; This.hasc=mnumberofsub;} This.level=level; this.img=img; This.sizex=sizex; This.sizey=sizey; This.pos=pos; } function Mmenu (caption,command,target,img,sizex,sizey,pos) {This.items =New Array (); This.caption=caption; This.command=command; This.target=target; this.img=img; This.sizex=sizex; This.sizey=sizey; This.pos=pos; This.id=mmenuregister (this); function Mmenuadditem (item) {This.items[this.items.length] = Item Item.Parent = this.id; This.children=true; } MMenu.prototype.addItem = Mmenuadditem; MMenuItem.prototype.addsubItem = Mmenuadditem; function Mtoout (src) {src.style.borderleftcolor=mmenuoutbordercolor; src.style.borderrightcolor= Mmenuinbordercolor; Src.style.bordertopcolor=mmenuoutbordercolor; Src.style.borderbottomcolor=mmenuinbordercolor; Src.style.backgroundcolor=mmenuoutcolor; Src.style.color=mmenuovercolor; function Mtoin (src) {src.style.borderleftcolor=mmenuinbordercolor; src.style.borderrightcolor= Mmenuoutbordercolor; Src.style.bordertopcolor=mmenuinbordercolor; Src.style.borderbottomcolor=mmenuoutbordercolor; Src.style.backgroundcolor=mmenuincolor; Src.style.color=mmenuovercolor; } function Mnochange (src) {src.style.borderLeFtcolor=mmenucolor; Src.style.borderrightcolor=mmenucolor; Src.style.bordertopcolor=mmenucolor; Src.style.borderbottomcolor=mmenucolor; Src.style.backgroundcolor= '; Src.style.color=mfontcolor; function Mallhide () {for (Var nummenu=0;nummenu<mmenus.length;nummenu++) {var themenu=document.all[' Mmenu ' + Nummenu] var themenudiv=document.all[' Mmenudiv ' +nummenu] Mnochange (themenu); Mmenuhide (THEMENUDIV); for (nummenu=1;nummenu<=mnumberofsub;nummenu++) {var thesub=document.all[' msubmenudiv ' +nummenu] Msubmenuhide (thesub); Mnochange (document.all[' MP ' +nummenu]); document.all["Mitem" +nummenu].style.color=mfontcolor; } function Mmenuhide (menuid) {menuid.style.filter= ' Alpha (opacity=100) '; Hideswipe (MENUID); misshow=false;} function Msubmenuhide (MENUID) {menuid.style.filter= ' Alpha (opacity=100) '; menuid.style.visibility= ' hidden ';} function Mmenushow (menuid,pid) {MENUID.STYLE.FIlter= ' Alpha (opacity=80) '; menuid.style.left=mposflag.offsetleft+pid.offsetleft+mmenuadjust;menuid.style.top=mposflag.offsettop+ Mmenutable.offsetheight+mmenuadjustv; if (Mmenuitemwidth+parseint (menuid.style.left) >document.body.clientwidth+document.body.scrollleft) Menuid.style.left=document.body.clientwidth+document.body.scrollleft-mmenuitemwidth; Mtmpleft=menuid.style.left;mtmptop=menuid.style.top;swipe (menuid,2,4); Misshow=true; function Mshowsubmenu (menuid,pid,rid) {menuid.style.filter= ' Alpha (opacity=80) '; menuid.style.left= Pid.offsetwidth+rid.offsetleft; menuid.style.top=pid.offsettop+rid.offsettop-3; if (Mmenuitemwidth+parseint (menuid.style.left) >document.body.clientwidth+document.body.scrollleft) Menuid.style.left=document.body.clientwidth+document.body.scrollleft-mmenuitemwidth; menuid.style.visibility= ' visible '; function Mmenu_over (menuid,x) {Toel = Getreal (window.event.toElement, "ClassName", "Coolbutton"); Fromel = Getreal ( Window.event.fromElement, "ClassName", "CoolbUtton "); if (Toel = = Fromel) return; if (x<0) {misshow = false; Mallhide (); Mtoout (eval ("Mmenu" +x)); }else{mallhide (); Mtoin (eval ("Mmenu" +x)); Mmenushow (Menuid,eval ("Mmenu" +x)); } cleartimeout (Mpoptimer); function Mmenu_out (x) {Toel = Getreal (window.event.toElement, "ClassName", "Coolbutton"); Fromel = Getreal ( Window.event.fromElement, "ClassName", "Coolbutton"); if (Toel = = Fromel) return; if (misshow) {Mtoin (eval ("Mmenu" +x));} else{Mnochange (eval ("Mmenu" +x));} mpopout ()} function Mmenu_down (menuid,x) {if (misshow) {mmenuhide (MENUID); Mtoout (eval ("Mmenu" +x)); } else{Mtoin (eval ("Mmenu" +x)); Mmenushow (Menuid,eval ("Mmenu" +x)); Misdown=true; The function mmenu_up () {misdown=false} function Mmenuitem_over (menuid,item,x,j,i) {Toel = Getreal (Window.event.toElem ENT, "ClassName", "Coolbutton"); Fromel = Getreal (window.event.fromElement, "ClassName", "Coolbutton"); if (Toel = = Fromel) return; Srcel = Getreal (window.event.srcElement, "ClassName", "coolButton "); for (nummenu=1;nummenu<=mnumberofsub;nummenu++) {var thesub=document.all[' msubmenudiv ' +nummenu] if ( ! (menuid==thesub| | Menuid.style.tag>=thesub.style.tag)) {msubmenuhide (thesub); Mnochange (document.all[' MP ' +nummenu]); document.all["Mitem" +nummenu].style.color=mfontcolor; } if (item) document.all["Mitem" +item].style.color=mmenuovercolor; if (misdown| | Item) {Mtoin (srcel);} else{mtoout (srcel);} if (X==-1) mthestatus=eval ("Msub" +j). Items[i].statustxt; if (j==-1) mthestatus=mmenus[x].items[i].statustxt; if (mthestatus!= "") {musestatus=true; Window.status=mthestatus; } cleartimeout (Mpoptimer); function Mmenuitem_out (hassub) {Toel = Getreal (window.event.toElement, "ClassName", "Coolbutton"); Fromel = Getreal ( Window.event.fromElement, "ClassName", "Coolbutton"); if (Toel = = Fromel) return; Srcel = Getreal (window.event.srcElement, "ClassName", "Coolbutton"); if (!hassub) Mnochange (srcel); if (musestatus) window. status= ""; Mpopout ()} function Mmenuitem_down () {srcel = Getreal (window.event.srcElement, "ClassName", "Coolbutton"); Mtoin (Srcel ) Misdown=true; function mmenuitem_up () {srcel = Getreal (window.event.srcElement, "ClassName", "Coolbutton"); Mtoout (Srcel) misdown= False The function mexec3 (j,i) {var cmd; if (eval ("Msub" +j). items[i].target== "blank") {cmd = "window.open (" +eval ("Msub" +j). Items[i].command+ "')"; }else{cmd = eval ("Msub" +j). items[i].target+ ". Location=\" "+eval (" Msub "+j). items[i].command+" \ ";} eval (cmd); function mexec2 (x) {var cmd; if (mmenus[x].target== "blank") {cmd = "window.open (' +mmenus[x].command+ ')";} else{cmd = mmenus[x].target+ ". Location=\" "+mmenus[x].command+" \ "";} eval (cmd); function Mexec (x,i) {var cmd; if (mmenus[x].items[i].target== "blank") {cmd = window.open (' +mmenus[x].items[i]. Command+ "')"; }else{cmd = mmenus[x].items[i].target+ ". Location=\" "+mmenus[x].items[i].command+" \ "";} eval (cmd); function Mbody_click () {if (misshow) {srcel = gEtreal (window.event.srcElement, "ClassName", "Coolbutton"); for (Var x=0;x<=mmenus.length;x++) {if (srcel.id== "Mmenu" +x) return; for (x=1;x<=mnumberofsub;x++) {if (srcel.id== "MP" +x) return; } mallhide (); }} Document.onclick=mbody_click; function mwritetodocument () {var mwb=1; var stringx= ' <div id= "Mposflag" ></div><table id=mmenutable border=0 cellpadding=3 cellspacing=2 ' +mmenuwidth+ ' height= ' +mmenuheight+ ' bgcolor= ' +mmenucolor+ ' onselectstart= ' event.returnvalue=false ' ' + ' +mcursor+ '; +mfonts+ ' border-left: ' +mwb+ ' px solid ' +mmenuoutbordercolor+ '; + ' border-right: ' +mwb+ ' px solid ' +mmenuinbordercolor+ '; ' + ' border-top: ' +mwb+ ' px solid ' +mmenuoutbordercolor+ '; ' + ' Border-bottom: ' +mwb+ ' px solid ' +mmenuinbordercolor+ '; padding:0px "><tr>" for (Var x=0;x<mmenus.length;x++) {var thismenu=mmenus[x]; var imgsize= ""; if (thismenu.sizex!= "0" | | thismenu.sizey!= "0") imgsize= "width=" +thismenu.sizex+ "height=" +thismenu.sizey; var ifspace= ""; if (thismenu.caption!= "") ifspace= ""; Stringx + = "<td nowrap class=coolbutton id=mmenu" +x+ "+mitemedge+" px Solid "+mmenucolor+" ' Widt H= "+mmenuunitwidth+" px onmouseover=mmenu_over (mmenudiv "+x+", "+x+") onmouseout=mmenu_out ("+x+ ") Onmousedown=mmenu_down (Mmenudiv" +x+ "," +x+ ")"; if (thismenu.command!= "") {stringx + = "onmouseup=mmenu_up (); MEXEC2 (" +x+ ");"; }else{Stringx + = "onmouseup=mmenu_up ()"; } if (thismenu.pos== "0") { Stringx + + "align=center><img src=" "alt=" drop-down transparent menu-miui8 pull-down menu Transparent ">" +ifspace+thismenu.caption+ "</td>"; }else if (thismenu.pos== "1") {STRINGX + = "align=center>" +thism enu.caption+ifspace+ "<img src=" "alt=" drop-down transparent menu-pull-down navigation menu semi-transparent "></td>"; }else if (thismenu.pos== "2") {Stringx + = "Align=center background= '" +thismenu.img+ "' >" +thismenu.caption+ "</td>"; }else{Stringx + = "align=center>" +thismenu.caption+ "</td>"; } Stringx + = ""; } stringx+= "<td width=*> </td></tr></table>"; for (Var x=0;x<mmenus.length;x++) {thismenu=mmenus[x]; if (x<0) { stringx+= ' <div id=mmenudiv ' +x+ ' ></div> '; }else{stringx+= ' <div id=mmenudiv ' +x+ ' +mcursor+ ';p osition:absolute; ' + ' width: ' +mmenuitemwidth+ ' px; Z-index: ' + (x+100); if (mmenuinbordercolor!=mmenuoutbordercolor&&msubedge== "0") {stringx+= '; border-left:1px so Lid ' +mmidoutcolor+ '; border-top:1px solid ' +mmidoutcolor;} stringx+= '; border-right:1px solid ' +mmenuinbordercolor+ '; border-bottom:1px solid ' +mmenuinborde rcolor+ '; Visibility:hidden "onselectstart=" Event.returnvalue=false ">\n ' + ' <table width=" 100% " Border= "0" height= "100%" align= "center" cellpadding= "0" cellspacing= "2" ' + ' +mfonts+ ' border-left: 1px solid ' +mmenuoutbordercolor; if (Mmenuinbordercolor!=mmenuoutbordercolor&&msubedge== "0") {stringx+= '; border-right:1px solid ' +mmidincolor+ '; border-bottom:1px solid ' +mmidincolor;} stringx+= '; border-top:1px solid ' +mmenuoutbordercolor+ ';p adding:4px "bgcolor= ' +mmenucolor+" >\n ' For (Var i=0;i<thismenu.items.length;i++) {var thismenuitem=thismenu.item S[i]; var imgsize= ""; if (thismenuitem.sizex!= "0" | | thismenuitem.sizey!= "0") imgsize= "width=" +thismenuitem.sizex+ "height=" +thismenuitem.sizey; var ifspace= ""; if (thismenu.caption!= "") ifspace= ""; if (thismenuitem.hasc!=null) {stringx = "<tr><td id=mp +thismenuitem.hasc+" Class=coolbutt On +mitemedge+ "px solid" +mmenucolor+ "width=100% onmouseout=mmenuitem_out (true) onmouseover=\ "Mmenuitem_over" (mmenudiv "+x+", "+thismenuitem.hasc+", "+x+", -1, "+i+"); (Msubmenudiv "+thismenuitem.hasc+", MP "+thismenuitem.hasc+", Mmenudiv "+x+"); \ "+" ><table id=mit Em "+thismenuitem.hasc+" cellspacing= ' 0 ' cellpadding= ' 0 ' border= ' 0 ' width= ' 100% ' +mfonts+ ' "><TR><TD"; if (thismenuitem.pos== "0") {stringx = "><img src=" "alt=" drop-down transparent Menu -IOS10 pull-down menu becomes transparent ">" +ifspace+thismenuitem.caption+ "</TD><TD"; }else if (thismenuitem.pos== "1") {Stringx = ">" +thismenuitem.caption+ifspace+ "<img Src= "alt=" drop-down transparent menu-iphone drop-down menu Transparent "></TD><TD"; }else if (thismenuitem.pos== "2") {Stringx + = "background= '" +thismenuitem.img+ "' >" +this menuitem.caption+ "</td><td background= '" "+thismenuitem.img+" "; }else{Stringx + + ">" +thismenuitem.caption+ "</td>&l T;TD "; } STRINGX + + align=right width= ' 1 ' ><font face= ' webdings ' >4</FONT></TD>&L T;/tr></table></td></tr>\n "; }else if (!thismenuitem.isline) {stringx = "<tr><td class=coolbutton +mitemedge+" px Solid "+mmenucolor+" ' width=100% height=15px onmouseover=\ mmenuitem_over (mmenudiv "+x+") ", False," +x+ ", -1," +i+ "); \" Onmouseout=mmenuitem_out () Onmousedown=mmenuitem_down () onmouseup= "; Stringx + = "mmenuitem_up (); Mexec (" +x+ "," +i+ "); "; if (thismenuitem.pos== "0") {stringx + = "><img src=" "alt=" drop-down transparent menu-semitransparent pull-down Menu ">" +IFSP ace+thismenuitem.caption+ "</td></tr>"; }elseif (thismenuitem.pos== "1") {STRINGX + = ">" +thismenuitem.caption+ifspace+ "<img src=" "alt=" drop-down transparent menu-miui8 drop-down menu Transparent "></td></tr>"; }else if (thismenuitem.pos== "2") {Stringx + = "background= '" +thismenuitem.img+ "' >" +this menuitem.caption+ "</td></tr>"; }else{Stringx + + ">" +thismenuitem.caption+ "</td></tr>"; }}else{stringx+= ' <tr><td height= ' 1 ' background= '/images/hr.gif ' on Mousemove= "Cleartimeout (Mpoptimer);" ><img src= "None.gif" alt= drop-down transparent menu-pull-down navigation menu semi-transparent "></td></tr>\n"; }}stringx+= ' </table>\n</div> '} for (Var j=1;j<=mnumberofsub;j++) {thisitem=eval ("msub" +j); stringx+= ' <div id=msubmenudiv ' +j+ ' +thisitem.level+ ' cursor: ' +mcursor+ ';p osition:absolute; ' + ' width: ' +mmenuitemwidth+ ' px; Z-index: ' + (j+200); if (mmenuinbordercolor!=mmenuoutbordercolor&&msubedge== "0") {stringx+= '; border-left:1px so Lid ' +mmidoutcolor+ '; border-top:1px solid ' +mmidoutcolor;} stringx+= '; border-right:1px solid ' +mmenuinbordercolor+ '; border-bottom:1px solid ' +mmenuinborde rcolor+ '; Visibility:hidden "onselectstart=" Event.returnvalue=false ">\n ' + ' <table width=" 100% " Border= "0" height= "100%" align= "center" cellpadding= "0" cellspacing= "2" ' + ' +mfonts+ ' border-left: 1px solid ' +mmenuoutbordercolor; if (mmenuinbordercolor!=mmenuoutbordercolor&&msubedge== "0") {stringx+= '; border-right:1px Sol ID '+mmidincolor+ '; border-bottom:1px solid ' +mmidincolor;} stringx+= '; border-top:1px solid ' +mmenuoutbordercolor+ ';p adding:4px "bgcolor= ' +mmenucolor+" >\n ' For (Var i=0;i<thisitem.items.length;i++) {var thismenuitem=thisitem.item S[i]; var imgsize= ""; if (thismenuitem.sizex!= "0" | | thismenuitem.sizey!= "0") imgsize= "width=" +thismenuitem.sizex+ "height=" +thismenuitem.sizey; var ifspace= ""; if (thismenu.caption!= "") ifspace= ""; if (thismenuitem.hasc!=null) {stringx = "<tr><td id=mp +thismenuitem.hasc+" Class=coolbutt On +mitemedge+ "px solid" +mmenucolor+ "width=100% onmouseout=mmenuitem_out (True) onmouseover=\" M Menuitem_over (msubmenudiv "+j+", "+thismenuitem.hasc+",-1, "+j+", "+i+"); Mshowsubmenu (Msubmenudiv "+thismenuitem.hasc+", MP "+thismenuitem.hasc+", Msubmenudiv "+j+"); \ "" + "><table Id=mitem" +thismenuitem.hasc+ "cellspacing= ' 0 ' cellpadding= ' 0 ' border= ' 0 ' width= ' 100% ' +mfonts+ '" ' & GT;<TR><TD "; if (thismenuitem.pos== "0") {stringx = = "><img src=" "alt=" drop-down transparent menu-ios10 pull-down menu to Transparent ">" +ifspace+thismenuitem.caption+ "</TD><TD"; }else if (thismenuitem.pos== "1") {Stringx = ">" +thismenuitem.caption+ifspace+ "<img Src= "alt=" drop-down transparent menu-iphone drop-down menu Transparent "></TD><TD"; }else if (thismenuitem.pos== "2") {Stringx + = "background= '" +thismenuitem.img+ "' >" +this menuitem.caption+ "</td><td background= '" "+thismenuitem.img+" "; }else{Stringx + = ">" +thismenuitem.caption+ "</TD><TD"; } STRINGX + + align=right width= ' 1 ' ><font face= ' webdings ' >4</FONT></TD>&L T;/tr></table></td></tr>\n "; }else if (!thismenuitem.isline) {stringx = "<tr><td class=coolbutton +mitemedge+" px Solid "+mmenucolor+" ' width=100% height=15px onmouseover=\ mmenuitem_over (msubmenudiv "+j+") ", False,-1," +j+ "," +i+ "); \ onmouseout=mmenuitem_out () Onmousedown=mmenuitem_down () onmouseup="; Stringx + = "mmenuitem_up (); MEXEC3 (" +j+ "," +i+ "); "; if (thismenuitem.pos== "0") {stringx + = "><img src=" "alt=" drop-down transparent menu-semitransparent pull-down Menu ">" +IFSP ace+thismenuitem.caption+ "</td></tr>"; }else if (thismenuitem.pos== "1") {Stringx = =">" +thismenuitem.caption+ifspace+ "<img src=" "alt=" drop-down transparent menu-miui8 drop-down menu Transparent "></td></tr>"; }else if (thismenuitem.pos== "2") {Stringx + = "background=" +thismenuitem . img+ "' >" +thismenuitem.caption+ "</td></tr>"; }else{Stringx + + ">" +thismenuitem.caption+ "</td></tr>"; }}else{stringx+= ' <tr><td height= "1" backg Round= "/images/hr.gif" onmousemove= "cleartimeout (Mpoptimer);" ><img src= "None.gif" alt= drop-down transparent menu-pull-down navigation menu semi-transparent "></td></tr>\n"; } stringx+= ' </table>\n</div> '} document.write ("<div align= ' center ' id= ' Jsme") Nucss ' > ' +stringx+ "</div>"); } mpmenu1=new Mmenu (' home ', '/', ' self ', ', ', ', ', ', ', '); Mpmenu1.additem (New Mmenuitem (' User registration ', '/regiSter.asp ', ' self ', false, ' user registration ', NULL, ', ', ', ', ', ', ', ', '. Mpmenu1.additem (The new Mmenuitem (' User login ', '/login.asp ', ' self ', false, ' user login ', null, ', ', ', ', ', ', ', ', ')); Mpmenu1.additem (New Mmenuitem (' User quits ', '/login.asp?action=logout ', ' self ', false, ' user quits ', null, ', ', ', ', ', ', ', ', ')); Mpmenu1.additem (New Mmenuitem (' Data modification ', '/bbs/mymodify. ASP ', ' self ', false, ', NULL, ', ', ', ', ', ', ', ', ', '); Mpmenu2=new mmenu (' software downloads ', '/softdown/', ' self ', ', ', ', ', ', '); Mpmenu2.additem (New Mmenuitem (' System program ', '/softdown/index.asp?) Cateid=1 ', ' self ', false, ' System program ', NULL, ', ', ', ', ', ', ', ', '. Mpmenu2.additem (New Mmenuitem (' Web Tools ', '/softdown/index.asp?) cateid=2 ', ' self ', false, ' network tool ', NULL, ', ', ', ', ', ', ', ', '. Mpmenu2.additem (New Mmenuitem (' Media tool ', '/softdown/index.asp?) Cateid=3 ', ' self ', false, ' media tool ', NULL, ', ', ', ', ', ', ', '. Mpmenu2.additem (New Mmenuitem (' graphic processing ', '/softdown/index.asp?) Cateid=4 ', ' self ', false, ' graphic processing ', NULL, ', ', ', ', ', ', ', ', '. Mpmenu2.additem (New Mmenuitem (' Desktop tools ', '/softdown/index.asp?) Cateid=5 ', ' self ', false, ' desktop tool ', NULL, ', ', ', ', ', ', ', ', '. Mpmenu2.additem (New Mmenuitem (' program code ', '/SOFTDOWN/INDEX.ASp? Cateid=6 ', ' self ', False, ' program code ', NULL, ', ', ', ', ', ', ', ', ', '. Mpmenu2.additem (The New Mmenuitem (' Game entertainment ', '/softdown/index.asp?) Cateid=7 ', ' self ', false, ' game entertainment ', NULL, ', ', ', ', ', ', ', '. Mpmenu2.additem (New Mmenuitem (' Other tools ', '/softdown/index.asp?) Cateid=8 ', ' self ', false, ' other tools ', NULL, ', ', ', ', ', ', ', '. Mpmenu2.additem (New Mmenuitem, ' Special section ', '/softdown/index.asp? Cateid=9 ', ' self ', false, ' special column ', NULL, ', ', ', ', ', ', ', ', ', '. Mpmenu2.additem (New Mmenuitem (null,null,null,true)); Mpmenu2.additem (New Mmenuitem (' Download rank ', '/softdown/index.asp?order=allhits&updown=desc ', ' self ', false, ' software downloads ' list ') , NULL, ', ', ', ', ', '); Mpmenu3=new Mmenu (' Software Institute ', '/softschool/', ' self ', ', ', ', ', ', ', '); Mpmenu3.additem (The new Mmenuitem (' software


Tip: You can modify some of the code before running

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.