?? head1.asp
字號(hào):
<!--#include file="shezhi.asp"-->
<HTML><HEAD>
<TITLE><%=SiteTitle%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<meta name="Author" content="">
<meta name="Contact" content="">
<meta name="Copyright" content="">
<STYLE type=text/css>A:link {
COLOR: #333333; TEXT-DECORATION: none
}
A:active {
COLOR: #333333; TEXT-DECORATION: none
}
A:visited {
COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
COLOR: #ff6600
}
BODY {
BACKGROUND-POSITION: center 50%; SCROLLBAR-FACE-COLOR: #c0c0c0; FONT-SIZE: 12px; BACKGROUND-IMAGE: url('Images/bg.gif'); SCROLLBAR-HIGHLIGHT-COLOR: #c0c0c0; SCROLLBAR-SHADOW-COLOR: #c0c0c0; COLOR: #333333; SCROLLBAR-3DLIGHT-COLOR: #e0e0e0; SCROLLBAR-ARROW-COLOR: #333333; SCROLLBAR-TRACK-COLOR: #e0e0e0; FONT-FAMILY: "宋體"; SCROLLBAR-DARKSHADOW-COLOR: #c0c0c0
}
TD {
FONT-SIZE: 12px; LINE-HEIGHT: 15px; FONT-FAMILY: 宋體
}
TD.TableBody1 {
BACKGROUND-COLOR: #ffffff
}
.tableBorder1 {
BORDER-RIGHT: 1px; BORDER-TOP: 1px; BORDER-LEFT: 1px; WIDTH: 100%; BORDER-BOTTOM: 1px; BACKGROUND-COLOR: #c5bdc5
}
.table {
BORDER-RIGHT: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: #ffffff
}
INPUT {
BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 9pt; BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #cccccc; PADDING-BOTTOM: 1px; BORDER-TOP-COLOR: #cccccc; PADDING-TOP: 1px; HEIGHT: 18px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #cccccc
}
</STYLE>
<script Language="JavaScript">
var h;
var w;
var l;
var t;
var topMar = 3;
var leftMar = -10;
var space = 2;
var isvisible;
var MENU_SHADOW_COLOR='#999999';
var global = window.document
global.fo_currentMenu = null
global.fo_shadows = new Array
function HideMenu()
{
var mX;
var mY;
var vDiv;
var mDiv;
if (isvisible == true)
{
vDiv = document.all("menuDiv");
mX = window.event.clientX + document.body.scrollLeft;
mY = window.event.clientY + document.body.scrollTop;
if ((mX < parseInt(vDiv.style.left)) || (mX > parseInt(vDiv.style.left)+vDiv.offsetWidth) || (mY < parseInt(vDiv.style.top)-h) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){
vDiv.style.visibility = "hidden";
isvisible = false;
}
}
}
function ShowMenu(vMnuCode,tWidth) {
vSrc = window.event.srcElement;
vMnuCode = "<table id='submenu' cellspacing=1 cellpadding=3 style='width:"+tWidth+"' class=tableborder1 onmouseout='HideMenu()'><tr height=23><td nowrap align=left class=tablebody1>" + vMnuCode + "</td></tr></table>";
h = vSrc.offsetHeight;
w = vSrc.offsetWidth;
l = vSrc.offsetLeft + leftMar+4;
t = vSrc.offsetTop + topMar + h + space-2;
vParent = vSrc.offsetParent;
while (vParent.tagName.toUpperCase() != "BODY")
{
l += vParent.offsetLeft;
t += vParent.offsetTop;
vParent = vParent.offsetParent;
}
menuDiv.innerHTML = vMnuCode;
menuDiv.style.top = t;
menuDiv.style.left = l;
menuDiv.style.visibility = "visible";
isvisible = true;
makeRectangularDropShadow(submenu, MENU_SHADOW_COLOR, 4)
}
function makeRectangularDropShadow(el, color, size)
{
var i;
for (i=size; i>0; i--)
{
var rect = document.createElement('div');
var rs = rect.style
rs.position = 'absolute';
rs.left = (el.style.posLeft + i) + 'px';
rs.top = (el.style.posTop + i) + 'px';
rs.width = el.offsetWidth + 'px';
rs.height = el.offsetHeight + 'px';
rs.zIndex = el.style.zIndex - i;
rs.backgroundColor = color;
var opacity = 1 - i / (i + 1);
rs.filter = 'alpha(opacity=' + (100 * opacity) + ')';
el.insertAdjacentElement('afterEnd', rect);
global.fo_shadows[global.fo_shadows.length] = rect;
}
}
var About= ' <a style=font-size:9pt;line-height:14pt; href=\"About.asp\"><font color="#000000">公 司 簡 介</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"Culture.asp\"><font color="#000000">公 司 文 化</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"Organize.asp\"><font color="#000000">組 織 機(jī) 構(gòu)</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"Principle.asp\"><font color="#000000">精 神 理 念</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"Contact.asp\"><font color="#000000">聯(lián) 系 我 們</font></a> '
var News= ' <a style=font-size:9pt;line-height:14pt; href=\"News.asp\"><font color="#000000">企 業(yè) 新 聞</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"yeNews.asp\"><font color="#000000">業(yè) 內(nèi) 資 訊</font></a> '
var Product= ' <a style=font-size:9pt;line-height:14pt; href=\"Product.asp\"><font color="#000000">產(chǎn) 品 展 示</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"Products.asp\"><font color="#000000">產(chǎn) 品 分 類</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"search.asp\"><font color="#000000">產(chǎn) 品 搜 索</font></a> '
var Job= ' <a style=font-size:9pt;line-height:14pt; href=\"Job.asp\"><font color="#000000">人 才 招 聘</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"Jobs.asp\"><font color="#000000">人 才 策 略</font></a> '
var sale= ' <a style=font-size:9pt;line-height:14pt; href=\"Sale.asp\"><font color="#000000">國 內(nèi) 市 場(chǎng)</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"Salea.asp\"><font color="#000000">國 外 市 場(chǎng)</font></a> '
var server= ' <a style=font-size:9pt;line-height:14pt; href=\"Server.asp\"><font color="#000000">會(huì) 員 中 心</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"NetBook.asp\"><font color="#000000">留 言 中 心</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"E_shop.asp\"><font color="#000000">訂 單 查 詢</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"mmwcn.doc\"><font color="#000000">合 同 下 載</font></a> '
var index= ' <a style=font-size:9pt;line-height:14pt; href=\"default.asp\"><font color="#000000">網(wǎng) 站 首 頁</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"Index.asp\"><font color="#000000">企業(yè)形象頁</font></a> '
var img= ' <a style=font-size:9pt;line-height:14pt; href=\"Honor.asp\"><font color="#000000">企 業(yè) 榮 譽(yù)</font></a> <br> <a style=font-size:9pt;line-height:14pt; href=\"Img.asp\"><font color="#000000">企 業(yè) 形 象</font></a> '
</script>
<BODY bgColor=#006699 leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" onmousemove="HideMenu()" style="background-image: url('Img/bg0.gif'); background-attachment: fixed">
<div id=menuDiv style='Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #9cc5f8'></div>
<TABLE width="760" border=0 align="center" cellPadding=0 cellSpacing=0 bgcolor="#FFFFFF">
<TBODY>
<TR>
<TD height=70 width="178" rowspan="3">
<p align="center">
<img border="0" src="images/logo.gif" align="middle"></TD>
<TD height=40 width="475" rowspan="3">
<p align="center">
<img border="0" src="images/bananer.gif" align="middle"></TD>
<TD height=25 width="106" valign="bottom">
<img border="0" src="image/title02.gif" width="11" height="12">
<a style=cursor:hand onclick=this.style.behavior='url(#default#homepage)';this.setHomePage('<%=SiteUrl%>')>設(shè)為首頁</a></TD>
</TR>
<TR>
<TD height=25 width="106" valign="middle">
<img border="0" src="image/title02.gif" width="11" height="12">
<span style="CURSOR: hand" onClick="window.external.addFavorite('<%=SiteUrl%>','<%=SiteTitle%>')" title="<%=SiteTitle%>">收藏本站</span></TD>
</TR>
<TR>
<TD height=25 width="106" valign="top">
<img border="0" src="image/title02.gif" width="11" height="12">
<a href="mailto:<%=WebmasterEmail%>">聯(lián)系我們</a></TD>
</TR>
<TR>
<TD height=32 background="Img/head_bg.gif" width="760" colspan="3">
<TABLE cellSpacing=0 cellPadding=0 width="99%" border=0>
<TBODY>
<TR>
<TD width="3%"> </TD>
<TD width="97%" valign="bottom"><IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle><a href="default.asp" onMouseOver='ShowMenu(index)'> <font color="#FFFFFF">首 頁</font></a><font color="#FFFFFF"> <IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle> </font><a href="About.asp" onMouseOver='ShowMenu(About)'><font color="#FFFFFF">企業(yè)簡介</font></a><font color="#FFFFFF"> <IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle> </font><a href="News.asp" onMouseOver='ShowMenu(News)'><font color="#FFFFFF">新聞資訊</font></a><font color="#FFFFFF"> <IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle> </font><a href="Product.asp" onMouseOver='ShowMenu(Product)'><font color="#FFFFFF">產(chǎn)品展示</font></a><font color="#FFFFFF"> <IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle> </font><a href="download.asp"><font color="#FFFFFF">下載中心</font></a><font color="#FFFFFF"> <IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle> </font><a href="Honor.asp" onMouseOver='ShowMenu(img)'><font color="#FFFFFF">企業(yè)榮譽(yù)</font></a><font color="#FFFFFF"> <IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle> </font><a href="sale.asp" onMouseOver="ShowMenu(sale)"><font color="#FFFFFF">營銷網(wǎng)絡(luò)</font></a><font color="#FFFFFF"> <IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle> </font><a href="Job.asp" onMouseOver='ShowMenu(Job)'><font color="#FFFFFF">人才招聘</font></a><font color="#FFFFFF"> <IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle> </font><a href="Went.asp"><font color="#FFFFFF">信息反饋</font></a><font color="#FFFFFF"> <IMG height=32
src="Img/head_bg.gif" width=2
align=absMiddle> </font><a href="Server.asp" onMouseOver='ShowMenu(server)'><font color="#FFFFFF">客戶服務(wù)</font></a></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -