⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mztop1.asp

📁 这是一个电子政务的源代码
💻 ASP
字号:
<HTML><HEAD><TITLE><%=toptitle%></TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type><LINK 
href="xsmz.css" rel=stylesheet>
<META content="MSHTML 5.00.3532.300" name=GENERATOR>
<meta name="KEYWords" contect="政府网,民政">
<meta name="DEscription" contect="民政,政府网,民政网">
<meta name="Author" contect="19452949">
<script LANGUAGE="JavaScript">
<!--
// Scrolling message settings
var MessageText = "欢迎光临--政府网网站"
var DisplayLength = 260
var pos = 1 - DisplayLength;
function ScrollInStatusBar(){
var scroll = "";
pos++;
if (pos == MessageText.length) pos = 1 - DisplayLength;
if (pos<0) {
for (var i=1; i<=Math.abs(pos); i++)
scroll = scroll + "";
scroll = scroll + MessageText.substring(0, DisplayLength - i + 1);
}
else
scroll = scroll + MessageText.substring(pos, pos + DisplayLength);
window.status = scroll;
//Scrolling speed
setTimeout("ScrollInStatusBar()",50);
}
ScrollInStatusBar()
//-->
</script>
</HEAD>
<BODY background=images/bg.gif leftMargin=0 topMargin=0>
<SCRIPT>
function checkForm(frm)
{
	if (frm.keyword.value == null || frm.keyword.value.length == 0) {
		alert("请输入要检索的关键字!");
		frm.keyword.focus();
		return false;
	}

	return true;
}  
</SCRIPT>

  
<TABLE width=766 height="68" border=0 align=center cellPadding=0 cellSpacing=0>
  <TBODY>
    <TR> 
      <TD width="261" background="images/xsmz.gif" bgColor=#ffffff> </TD>
      <TD width="505" background="images/minzheng.jpg" bgColor=#ffffff><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="505" height="70" align="middle">
          <param name="movie" value="flash/xuanjuan1.swf">
	  <param name="quality" value="high">
        <param name="wmode" value="transparent">
	  <embed src="flash/xuanjuan1.swf" width="505" height="70" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"; type="application/x-shockwave-flash">
        </embed> 
      </object></TD>
    </TR>
  </TBODY>
</TABLE> 
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=766>
  <TBODY>
  <TR>
    <TD background=images/dhbg2.gif height=25>
      <TABLE width="100%" border=0 align="center" cellPadding=0 cellSpacing=0>
        <TBODY> 
        <TR class=wz6> 
          <TD height=29 width=63> 
            <DIV align=center><A href="index.asp">首 页</A></DIV>
          </TD>
          <TD width=10> 
            <DIV align=center><IMG height=33 src="images/dhtp2.gif" 
            width=2></DIV>
          </TD>
          <TD width=63> 
            <DIV align=center><A 
            href="introduce.asp">机构概况</A></DIV>
          </TD>
          <TD width=10> 
            <DIV align=center><IMG height=33 src="images/dhtp2.gif" 
            width=2></DIV>
          </TD>
         
          <TD width=66> 
            <DIV align=center><a href="listallpy.asp">政策法规</a></DIV>
          </TD>
          <TD width=10> 
            <DIV align=center><IMG height=33 src="images/dhtp2.gif" 
            width=2></DIV>
          </TD>
          <TD width=67> 
            <DIV align=center><A 
            href="listworknet.asp" target="_blank">网上办事</A></DIV>
          </TD>
          <TD width=10> 
            <DIV align=center><IMG height=33 src="images/dhtp2.gif" 
            width=2></DIV>
          </TD>
          <TD width=66> 
            <DIV align=center><A 
            href="listallns.asp?act=times">民政新闻</A></DIV>
          </TD>
          <TD width=10> 
            <DIV align=center><IMG height=33 src="images/dhtp2.gif" 
            width=2></DIV>
          </TD>
          <TD width=69> 
            <DIV align=center><A 
            href="listallvideo.asp">视频文件</A></DIV>
          </TD>
          <TD width=10> 
            <DIV align=center><IMG height=33 src="images/dhtp2.gif" 
            width=2></DIV>
          </TD>
          <TD width=69> 
            <DIV align=center><A 
            href="consultation.asp">政策咨询</A></DIV>
          </TD>
          <TD width=10><IMG height=33 src="images/dhtp2.gif" 
          width=2></TD>
      
          <TD width=95>
            <div align="center"><a href="admingly/admin_index.asp">后台管理</a></div>
          </TD>
        </TR>
        </TBODY>
      </TABLE>
    </TD></TR></TBODY></TABLE>
<%  sub mzfoot()
response.write"<TABLE align=center border=0 cellPadding=0 cellSpacing=0 height=47 width=766><TBODY><TR>"&_
"<TD background=images/bg1.gif class=unnamed6 height=47 vAlign=top><TABLE border=0 cellPadding=0 cellSpacing=0 width='100%'>"&_
"<TBODY><TR><TD height=33 align=center> <SPAN class=wz8>版权所有:政府网局 制作单位:亮中计算机服务有限公司</SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></body></html>"
   end sub
%>	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -