?? st_rbussinessman.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ST_RBussinessMan.aspx.cs" Inherits="ST_RBusinessMan" %>
<%@ Register Src="ST_BannerModule.ascx" TagName="ST_BannerModule" TagPrefix="uc1" %>
<%@ Register Src="ST_ButtomModule.ascx" TagName="ST_ButtomModule" TagPrefix="uc2" %>
<%@ Register Src="Context/ST_RBussiManModule.ascx" TagName="ST_RBussiManModule" TagPrefix="uc3" %>
<!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>無標題頁</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table width="800" height="100%" border="1">
<tr>
<td height="88" colspan="2" valign="top"> <table style="width: 100%; position: relative; height: 100%">
<tr>
<td style="width: 100px">
<uc1:ST_BannerModule ID="ST_BannerModule1" runat="server" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="175" height="278" valign="top"> <table style="width: 100%; position: relative; height: 100%">
<tr>
<td style="width: 100px">
<uc2:ST_ButtomModule ID="ST_ButtomModule1" runat="server" />
</td>
</tr>
</table>
</td>
<td width="609" valign="top"> <table style="width: 100%; position: relative; height: 100%">
<tr>
<td style="width: 100px">
<uc3:ST_RBussiManModule ID="ST_RBussiManModule1" runat="server" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#CCCCCC" align="center">版權所有違者必究</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -