top.aspx

来自「基于.net科研管理信息系统 毕业设计参考代码」· ASPX 代码 · 共 20 行

ASPX
20
字号
<%@ Page CodeBehind="top.aspx.vb" Language="vb" AutoEventWireup="false" Inherits="SRM.top1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
	<HEAD>
		<title>无标题文档</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; }
	--></style>
	</HEAD>
	<body>
		<center>
			<img src="../images/shenbao_1.gif" width="779" height="123" border="0" usemap="#Map">
			<map name="Map">
				<area shape="RECT" coords="354,98,426,120" href="../index.aspx" target="_parent">
			</map>
		</center>
	</body>
</HTML>

⌨️ 快捷键说明

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