📄 exam.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="exam.aspx.cs" Inherits="exam" %>
<!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>
</head>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td style="BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: repeat-y" width="50%"
background="images/bg1222.jpg" height="100%" rowSpan="10"></td>
<td colSpan="2">
<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="148" width="780" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<PARAM NAME="_cx" VALUE="20638">
<PARAM NAME="_cy" VALUE="3916">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="054.swf">
<PARAM NAME="Src" VALUE="054.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<PARAM NAME="Profile" VALUE="0">
<PARAM NAME="ProfileAddress" VALUE="">
<PARAM NAME="ProfilePort" VALUE="0">
<PARAM NAME="AllowNetworking" VALUE="all">
<PARAM NAME="AllowFullScreen" VALUE="false">
<embed src="054.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="780" height="148"> </embed>
</OBJECT>
</td>
<td style="BACKGROUND-POSITION: left top; BACKGROUND-REPEAT: repeat-y" width="50%" background="images/bg1223.jpg"
height="100%" rowSpan="10"></td>
</tr>
<tr>
<td vAlign="top" align="center" colSpan="2" height="100%"><FONT face="宋体">
<TABLE id="Table4" cellSpacing="1" cellPadding="0" width="100%" align="center" bgColor="#99ccff"
border="0">
<TR>
<TD vAlign="middle" align="left" bgColor="#ffffff" style="height: 53px">
<asp:DataList ID="DataList1" runat="server" Width="100%">
<HeaderStyle Width="100%" Font-Bold="True" ForeColor="Aqua" BackColor="AliceBlue" BorderStyle="Dotted" BorderColor="ActiveBorder"/>
<HeaderTemplate>选择题(共<%=count1 %>题)</HeaderTemplate>
<AlternatingItemStyle BorderWidth="1px" BackColor="ActiveBorder" />
<AlternatingItemTemplate></AlternatingItemTemplate>
<ItemTemplate> <%=i1++%>.<%#Eval("question") %> <hr />答案:<%#Eval("answer") %></ItemTemplate>
</asp:DataList>
</TD>
</TR><br />
<tr vAlign="middle" align="left" bgColor="#ffffff" style="height: 53px"><td> <asp:DataList ID="DataList2" runat="server" Width="100%">
<HeaderStyle Width="100%" Font-Bold="True" ForeColor="Aqua" BackColor="AliceBlue" BorderStyle="Dotted" BorderColor="ActiveBorder"/>
<HeaderTemplate>
填空题(共<%=count2%>题)</HeaderTemplate>
<AlternatingItemStyle BorderWidth="1px" BackColor="ActiveBorder" />
<AlternatingItemTemplate></AlternatingItemTemplate>
<ItemTemplate>
<%=i2++%> . <%#Eval("question") %><hr />答案:<%#Eval("answer") %></ItemTemplate>
</asp:DataList></td></tr><br />
<tr vAlign="middle" align="left" bgColor="#ffffff" style="height: 53px"><td>
<asp:DataList ID="DataList3" runat="server" Width="100%">
<HeaderStyle Width="100%" Font-Bold="True" ForeColor="Aqua" BackColor="AliceBlue" BorderStyle="Dotted" BorderColor="ActiveBorder"/>
<HeaderTemplate>问答题(共<%=count3%>题)</HeaderTemplate>
<AlternatingItemStyle BorderWidth="1px" BackColor="ActiveBorder" />
<AlternatingItemTemplate></AlternatingItemTemplate>
<ItemTemplate> <%=i3++%>.<%#Eval("question") %><hr />答案:<%#Eval("answer") %></ItemTemplate>
</asp:DataList>
</td></tr>
</TABLE>
</FONT>
</td>
</tr>
</table>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -