📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Src="WebUserControl2.ascx" TagName="WebUserControl2" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body {
background-image: url(20058161552345637.JPG);
}
-->
</style></head>
<body bgcolor="#ccffcc" background="image/20058161552345637.JPG">
<form id="form1" runat="server">
<div>
<table width="400" border="1" align="center" cellpadding="5" cellspacing="00" frame="box">
<tr>
<td colspan="2" align="center" style="height: 56px">
<uc1:WebUserControl2 ID="WebUserControl2_1" runat="server" />
</td>
</tr>
<tr>
<td colspan="2" style="height: 45px"><hr /></td>
</tr>
<tr align="center">
<td style="height: 34px"><input name="Submit" type="button" onclick="MM_callJS('window.open(\"显示.aspx\")')" value="显示记录" id="Button1" /></td>
<td style="height: 34px"><input name="Submit2" type="button" onclick="MM_callJS('window.open(\"插入.aspx\")')" value="插入记录" /></td>
</tr>
<tr align="center">
<td style="height: 34px"><input name="Submit3" type="button" onclick="MM_callJS('window.open(\"删除.aspx\")')" value="删除记录" /> </td>
<td style="height: 34px"><input name="Submit4" type="button" onclick="MM_callJS('window.close()')" value="退出" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -