📄 head.asp
字号:
else{
mtoin(eval("mMenu"+x));
mmenushow(menuid,eval("mMenu"+x));
misdown=true;
}
}
function mmenu_up(){
misdown=false;
}
function mmenuitem_over(x,i){
srcel = getReal(window.event.srcElement, "className", "coolButton");
if(misdown){
mtoin(srcel);
}
else{
mtoout(srcel);
}
mthestatus = mmenus[x].items[i].statustxt;
if(mthestatus!=""){
musestatus=true;
window.status=mthestatus;
}
clearTimeout(mpopTimer);
}
function mmenuitem_out(){
srcel = getReal(window.event.srcElement, "className", "coolButton");
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;
}
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;
}
mallhide();
}
}
document.onclick=mbody_click;
function mwritetodocument(){
var mwb=0;
var stringx='<div id="mposflag" align=center style="position:absolute;"></div><table id=mmenutable border=0 cellpadding=0 cellspacing=2 height='+mmenuheight+' onselectstart="event.returnValue=false"'+
' style="filter:Alpha(Opacity=100);cursor:'+mcursor+';'+mfonts2+//大栏目
' 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+" style='border: "+mitemedge+"px solid "+mmenucolor+
"' 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 align=absmiddle src='"+thismenu.img+"'"+imgsize+">"+ifspace+thismenu.caption+"</td>";
}else if(thismenu.pos=="1"){
stringx += " align=center>"+thismenu.caption+ifspace+"<img align=absmiddle src='"+thismenu.img+"'"+imgsize+"></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+' style="visiable:none"></div>';
}else{
stringx+='<div id=mmenudiv'+x+
' style="filter:Alpha(Opacity=80);cursor:'+mcursor+';position:absolute;'+
'width:'+mmenuitemwidth+'px; z-index:'+(x+100);
if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge=="0"){
stringx+=';border-left: 1px solid '+mmidoutcolor+
';border-top: 0px solid '+mmidoutcolor;}
stringx+=';border-right: 1px solid '+mmenuinbordercolor+
';border-bottom: 0px solid '+mmenuinbordercolor+';visibility:hidden" onselectstart="event.returnValue=false">\n'+
'<table width="100%" border="0" height="100%" align="center" cellpadding="0" cellspacing="0" '+
'style="'+mfonts+' border-left: 0px solid '+mmenuoutbordercolor;
if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge=="0"){
stringx+=';border-right: 0px solid '+mmidincolor+
';border-bottom: 0px solid '+mmidincolor;}
stringx+=';border-top: 0px solid '+mmenuoutbordercolor+
';padding: 0px" bgcolor='+mmenucolor+'>\n'
for(var i=0;i<thismenu.items.length;i++){
var thismenuitem=thismenu.items[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.isline){
stringx += "<tr><td class=coolButton style='border: "+mitemedge+"px solid "+mmenucolor+
"' width=100% height=15px onmouseover=\"mmenuitem_over("+x+","+i+
");\" onmouseout=mmenuitem_out() onmousedown=mmenuitem_down() onmouseup=";
stringx += "mmenuitem_up();mexec("+x+","+i+"); ";
if(thismenuitem.pos=="0"){
stringx += "><img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+">"+ifspace+thismenuitem.caption+"</td></tr>";
}else if(thismenuitem.pos=="1"){
stringx += ">"+thismenuitem.caption+ifspace+"<img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+"></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" background="hr.gif" onmousemove="clearTimeout(mpopTimer);"><img height="1" width="1" src="none.gif" border="0"></td></tr>\n';
}
}stringx+='</table>\n</div>'
}
}
document.write("<div align='center'>"+stringx+"</div>");
}
function mcheckLocation(){
if(isNaN(mmenuwidth))mmenuwidth=document.body.clientWidth*parseInt(mmenuwidth.substring(0,3))/100;ym=eval(document.body.scrollTop)+0;xm=eval(document.body.scrollLeft)+0;y=mmenutable.style.pixelTop;x=mmenutable.style.pixelLeft;if(Math.abs(ym-y)>1)mmenutable.style.pixelTop=y+=(ym-y)/5;else mmenutable.style.pixelTop=y=ym;if(Math.abs(xm-x)>1)mmenutable.style.pixelLeft=x+=(xm-x)/5;else mmenutable.style.pixelLeft=x=xm;setTimeout("mcheckLocation()",10);}
mpmenu5=new mMenu('<span style="color:#ffffff;">| </span>首页 ','index.asp','self','','','','');
mpmenu1=new mMenu('<span style="color:#ffffff;">| </span>本县概况 ','type.asp?zf11id=1','self','','','','');
mpmenu1.addItem(new mMenuItem(' - <span style="line-height: 20px;">本县介绍','class_type.asp?zf11id=11','self',false,'本县介绍','','','',''));
mpmenu1.addItem(new mMenuItem(' - <span style="line-height: 20px;">历史沿革','class_type.asp?zf11id=12','self',false,'历史沿革','','','',''));
mpmenu1.addItem(new mMenuItem(' - <span style="line-height: 20px;">自然特征','class_type.asp?zf11id=13','self',false,'自然特征','','','',''));
mpmenu1.addItem(new mMenuItem(' - <span style="line-height: 20px;">名优特产','class_type.asp?zf11id=14','self',false,'名优特产','','','',''));
mpmenu2=new mMenu('<span style="color:#ffffff;">| </span>透视政府 ','type.asp?zf11id=2','self','','','','');
mpmenu2.addItem(new mMenuItem(' - <span style="line-height: 20px;">政府文件','class_type.asp?zf11id=16','self',false,'政府文件','','','',''));
mpmenu2.addItem(new mMenuItem(' - <span style="line-height: 20px;">组织机构','class_type.asp?zf11id=15','self',false,'组织机构','','','',''));
mpmenu2.addItem(new mMenuItem(' - <span style="line-height: 20px;">人事任免','class_type.asp?zf11id=17','self',false,'人事任免','','','',''));
mpmenu2.addItem(new mMenuItem(' - <span style="line-height: 20px;">大事记','class_type.asp?zf11id=18','self',false,'大事记','','','',''));
mpmenu3=new mMenu('<span style="color:#ffffff;">| </span>政务公开 ','type.asp?zf11id=3','self','','','','');
mpmenu3.addItem(new mMenuItem(' - <span style="line-height: 20px;">政府公报','class_type.asp?zf11id=19','self',false,'政府公报','','','',''));
mpmenu3.addItem(new mMenuItem(' - <span style="line-height: 20px;">政府采购','class_type.asp?zf11id=20','self',false,'政府采购','','','',''));
mpmenu3.addItem(new mMenuItem(' - <span style="line-height: 20px;">法律规章','class_type.asp?zf11id=21','self',false,'法律规章','','','',''));
mpmenu3.addItem(new mMenuItem(' - <span style="line-height: 20px;">财政报告','class_type.asp?zf11id=22','self',false,'财政报告','','','',''));
mpmenu4=new mMenu('<span style="color:#ffffff;">| </span>经济发展 ','type.asp?zf11id=4','self','','','','');
mpmenu4.addItem(new mMenuItem(' - <span style="line-height: 20px;">经济动态','class_type.asp?zf11id=23','self',false,'经济动态','','','',''));
mpmenu4.addItem(new mMenuItem(' - <span style="line-height: 20px;">经济分析','class_type.asp?zf11id=24','self',false,'经济分析','','','',''));
mpmenu4.addItem(new mMenuItem(' - <span style="line-height: 20px;">产业经济','class_type.asp?zf11id=25','self',false,'产业经济','','','',''));
mpmenu4.addItem(new mMenuItem(' - <span style="line-height: 20px;">发展规划','class_type.asp?zf11id=26','self',false,'发展规划','','','',''));
mpmenu9=new mMenu('<span style="color:#ffffff;">| </span>招商引资 ','type.asp?zf11id=9','self','','','','');
mpmenu9.addItem(new mMenuItem(' - <span style="line-height: 20px;">招商动态','class_type.asp?zf11id=27','self',false,'招商动态','','','',''));
mpmenu9.addItem(new mMenuItem(' - <span style="line-height: 20px;">项目信息','class_type.asp?zf11id=28','self',false,'项目信息','','','',''));
mpmenu9.addItem(new mMenuItem(' - <span style="line-height: 20px;">投资程序','class_type.asp?zf11id=29','self',false,'投资程序','','','',''));
mpmenu9.addItem(new mMenuItem(' - <span style="line-height: 20px;">优惠政策','class_type.asp?zf11id=31','self',false,'优惠政策','','','',''));
mpmenu42=new mMenu('<span style="color:#ffffff;">| </span>城市建设 ','type.asp?zf11id=42','self','','','','');
mpmenu42.addItem(new mMenuItem(' - <span style="line-height: 20px;">城建动态','class_type.asp?zf11id=43','self',false,'城建动态','','','',''));
mpmenu42.addItem(new mMenuItem(' - <span style="line-height: 20px;">危房改造','class_type.asp?zf11id=44','self',false,'危房改造','','','',''));
mpmenu42.addItem(new mMenuItem(' - <span style="line-height: 20px;">重点建设','class_type.asp?zf11id=45','self',false,'重点建设','','','',''));
mpmenu10=new mMenu('<span style="color:#ffffff;">| </span>旅游观光 ','pic.asp','self','','','','');
mpmenu6=new mMenu('<span style="color:#ffffff;">| </span>文件下载 ','down.asp','self','','','','');
mpmenu8=new mMenu('<span style="color:#ffffff;">| </span>市民反馈 ','zfgb.asp','self','','','','');
mwritetodocument();
mcheckLocation();
</SCRIPT></div>
</div>
</td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -