⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 examonline.aspx

📁 用asp写的程序,在线考试系统,功能齐全,是一个非常好用的系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="examonline.aspx.cs" Inherits="Students_examonline" %>

<!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 type="text/javascript">
 function document.oncontextmenu()
 { 
      return false; //屏蔽系统的右键菜单
 }
</script>
</head>
<body  onload="getEndTime()">
    <form id="form1" runat="server">
    <div align="center">
        <table style="border-right: buttonface thin solid; border-top: buttonface thin solid;
            border-left: buttonface thin solid; border-bottom: buttonface thin solid; table-layout: auto; border-collapse: separate; width: 800px;" width="800" cols="2">
            <tr>
                <td style="width: 100px" align="center" valign="middle">
                    <asp:Label ID="lblExamTitle" runat="server" Font-Bold="False" Font-Overline="False" Font-Size="XX-Large" Width="800px"></asp:Label></td>
            </tr>
            <tr>
                <td style="width: 100px" align="left">
                    <asp:Label ID="lblStuInfo" runat="server" Width="800px"></asp:Label></td>
            </tr>
            <tr>
                <td align="left" style="width: 100px; height: 37px;">
                    <hr width="100%" />
                </td>
            </tr>
            <tr>
                <td style="width: 100px" align="left" colspan="2">
                    <asp:Panel ID="panelContext" runat="server" style="width: 100%; height: 100%" Wrap="true">
                    </asp:Panel>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 100px; height: 21px">
                    <hr width="100%" />
                    <input id="hidPaperID" type="hidden" runat="server" />
                    <input id="hidUserID" type="hidden" runat="server" /></td>
            </tr>
            <tr>
                <td style="width: 100px; height: 21px" align="center" valign="bottom">
                    <asp:Button ID="btnSubmit"  runat="server" Text="交卷" OnClick="btnSubmit_Click" /></td>
            </tr>
        </table>
    </div>
        <asp:ScriptManager ID="ScriptManager1" runat="server">
            <Services>
                <asp:ServiceReference Path="WSEndTime.asmx" />
            </Services>
            <Scripts>
                <asp:ScriptReference Path="~/JS/antiCommon.js" />
            </Scripts>
        </asp:ScriptManager>
    </form>
</body>
</html>

⌨️ 快捷键说明

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