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

📄 main.aspx

📁 学生网上选课系统,实现了学生的在线选课和教师课程的上传
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="main.aspx.cs" Inherits="_Default" %>
<%@ Register Src="left.ascx" TagName="left" 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>admin您好!</title>
</head>
<script language="javascript" type="text/javascript">
        var nShow = 1;
        function switchSysBar()
        {
            if (document.all("TDTree").style.display == "")
            {
                document.all("TDTree").style.display = "none"
            document.all.movetool.innerHTML = "<img src='Images/movetoolright1.gif' width='10' height='39' border='0'>";
            }
            else
            {
                document.all("TDTree").style.display = "";
            document.all.movetool.innerHTML = "<img src='Images/movetool1.gif' width='10' height='39' border='0'>";
            }
        }
	</script>

<body>
    <form id="form1" runat="server">
    <div style="text-align: center">
        <table style="width: 980px">
            <tr>
                <td align="center" colspan="3" valign="top" style="height: 73px; background-color: #0099ff;">
                    <em><span style="font-size: 32pt; font-family: 华文新魏">南昌航空大学 &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 学生选课系统</span></em></td>
            </tr>
            <tr>
                <td align="center" style="background-image: url(Images/bg_main.jpg); width: 100px"
                    valign="top">
                </td>
                <td align="center" style="width: 100px" valign="top">
     <table align="center" id="table1" cellpadding="0" cellspacing="0"  border="0">
         <tr>
                <td valign="top" align="center" id="TDTree" style="width: 77px; height: 588px;">
                    <uc1:left ID="Left1" runat="server" OnLoad="Left1_Load" />
                </td>
                <td style="width: 10px; height: 588px;"><a style="CURSOR:hand" onClick="switchSysBar()" id="A1"><img src="Images/movetool1.gif" width="10" height="39" border="0"/></a></td>
                <td vAlign="top"  align="left" style="height: 588px"><iframe id="Main" name="frameMain"  height="600" width="620" frameborder="no"  marginwidth="0" marginheight="0" style="width: 747px; background-image: url(Images/27.gif);"></iframe></td>
         </tr>
        </table>				
                </td>
                <td align="center" style="background-image: url(Images/bg_main.jpg); width: 100px"
                    valign="top">
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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