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

📄 main.aspx

📁 网上选课系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Main.aspx.cs" Inherits="Main" %>

<%@ Register Src="Controls/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>Main</title>
    <script language="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>
</head>
<body leftmargin=0 rightmargin=0>
    <form id="form1" runat="server">
    <div>
        <table align=center id=table1 cellpadding=0 cellspacing=0  border=0>
            <tr>
                <td valign=top align=center width=80 id="TDTree">
                    <uc1:left ID="Left1" runat="server" />
                </td>
                <td  width="10"><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><iframe id=Main name=frameMain src=ModifyPwd.aspx height=300 width=320 frameborder=no  marginwidth=0 marginheight=0></iframe></td>
            </tr>
        </table>					
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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