supplier.aspx

来自「asp销售管理系统」· ASPX 代码 · 共 13 行

ASPX
13
字号
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="supplier.aspx.cs" Inherits="setting_supplier" Title="往来单位字典" %>
<asp:Content ID="Content1" ContentPlaceHolderID="contentMain" Runat="Server">
    <table width=100%>
    <tr valign=top>
        <td width=30%>
            <iframe name="tree" id="tree" src=supplierTree.aspx width=100% height=500pt frameborder=0 marginheight="0" marginwidth="0" ></iframe>
        </td>
        <td><iframe name="content" id="content" src=supplierMain.aspx width=100% height=500pt frameborder=0 marginheight="0" marginwidth="0" ></iframe></td>
    </tr>
    </table>        
</asp:Content>

⌨️ 快捷键说明

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