您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->Asp.net简单网络选课系统源码>>Main.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Asp.net简单网络选课系统源码
当前文件:文件类型 MyElectCourse/Main.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>


        
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Asp.net简单网络选课系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号