?? book.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="book.aspx.cs" Inherits="book" %>
<!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>Untitled Page</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
// ]]>
</script>
</head>
<body bgcolor="#99ccff">
<form id="form1" runat="server">
<div>
<div style="z-index: 101; left: 189px; width: 685px; position: absolute; top: 30px;
height: 81px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/NewFolder1/f.bmp" BackColor="Purple" />
<div style="z-index: 101; left: 0px; width: 800px; position: absolute; top: 60px;
height: 165px">
<asp:Image ID="Image2" runat="server" ImageUrl="~/NewFolder1/a.bmp" ForeColor="Purple" /></div>
</div>
<div style="z-index: 102; left: 76px; width: 738px; position: absolute; top: 251px;
height: 257px">
<asp:Label ID="Label2" runat="server" ForeColor="Purple" Text="姓名:"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" ForeColor="Purple" Width="211px"></asp:TextBox><br />
<br />
<asp:Label ID="Label1" runat="server" ForeColor="Purple" Text="教工號:"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server" ForeColor="Purple" Width="210px"></asp:TextBox>
<br />
<br />
<asp:Label ID="Label3" runat="server" ForeColor="Purple"
Text="留言主題:"></asp:Label>
<asp:TextBox ID="TextBox3" runat="server" ForeColor="Purple"
Width="94px"></asp:TextBox><br />
<br />
<asp:Label ID="Label4" runat="server" ForeColor="Purple" Text="留方內(nèi)容:"></asp:Label>
<br />
<div style="z-index: 101; left: 107px; width: 490px; position: absolute; top: 145px;
height: 142px">
<div style="z-index: 101; left: -87px; width: 175px; position: absolute; top: 249px;
height: 67px">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/NewFolder1/index3_0.gif" PostBackUrl="~/std_index1.aspx" /></div>
<asp:TextBox ID="TextBox4" runat="server" ForeColor="Purple" Height="124px" TextMode="MultiLine"
Width="439px"></asp:TextBox></div>
<br />
<br />
<br />
<br />
<br />
<asp:Button
ID="Button4" runat="server" ForeColor="Purple" Text="發(fā)表留言" OnClick="Button4_Click" Width="84px" />
<asp:Button ID="Button2" runat="server" ForeColor="Purple" Text="取消"
Width="86px" OnClick="Button2_Click" />
<div style="z-index: 102; left: 596px; width: 476px; position: absolute; top: 27px;
height: 325px">
<div style="z-index: 101; left: -7px; width: 145px; position: absolute; top: -53px;
height: 46px">
<asp:Button ID="Button1" runat="server" ForeColor="Purple" OnClick="Button1_Click"
Text="最近回復(fù):" Width="94px" /></div>
<asp:GridView ID="GridView1" runat="server" Height="98px" Width="433px">
</asp:GridView>
</div>
</div>
<div style="z-index: 103; left: 773px; width: 268px; position: absolute; top: 230px;
height: 53px">
<asp:Label ID="Label5" runat="server" ForeColor="Purple" Width="210px"></asp:Label></div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -