📄 producttype.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_SystemManage_ProductType, CrmCommand" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body class="bodycolor" topmargin="0">
<form id="form1" runat="server">
<TABLE class="small" cellSpacing="0" border="0" style="width: 770px; height: 500px">
<TR>
<TD class="Big" style="height: 500px; width: 150px;" align="left">
<IFRAME name="proleft"
src="ProductLeft.aspx" frameBorder=0
width="100%" height=365px scrolling=no style="width: 150px; height: 500px" ></IFRAME>
</TD>
<TD class="Big" align=center valign=top style="height: 500px; width:650px;">
<IFRAME name=proright
src='ProductTypeList.aspx?Type_ID=0' frameBorder=0
width="100%" height=365 scrolling=no style="width: 650px; height: 500px" ></IFRAME>
</TD>
</TR>
</TABLE> </form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -