日期:2014-05-17 浏览次数:20657 次
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="top.aspx.cs" Inherits="top" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<script type="text/jscript" src="jsinc/MdiWin.js"></script>
<title>top</title>
<style type="text/css">
.all {
left :0px;
top: 0px;
height: 66px;
width: 100%;
}
#imglogo
{
left :0px;
top: 0px;
height: 66px;
width: 213px;
}
</style>
</head>
<form id="top" runat="server">
<body>
<div class="all" >
<div id="imglogo"><img alt="logo" src="images/logo.jpg" /></div>
</div>
</body>
</form>
</html>
<div>
<a href="#" target="_blank" >反馈建议</a> |
<a href="">帮助中心</a> |
<a href="#" >退出</a>
</div>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>top</title>
<style type="text/css">
.all {
left :0px;
top: 0px;
height: 66px;
width: 100%;
}
#imglogo
{
left :0px;
&nb