uhead.ascx

来自「1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点」· ASCX 代码 · 共 22 行

ASCX
22
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="uHead.ascx.cs" Inherits="Huayou.Hyb2b.WebApp.co.co8.uHead" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center" height="260" bgcolor="#FFFFFF">
  <tr> 
    <td colspan="2" height="20"><img src="img/index_top1.gif" width="778" height="20"></td>
  </tr>
  <tr> 
    <td width="508" height="175" background="img/index_top2.gif" valign="top"> 
      <table border="0" cellspacing="0" cellpadding="0" width="507" align="center">
        <tr> 
          <td height=30></td>
        </tr>
        <tr> 
          <td align=center height="90"><b><font size=3 color=#ff0000 face="黑体"><%=coname%></font></b></td>
        </tr>
      </table>
	</td>
    <td width="270" height="175" background="img/01.gif" align=center><img src="<%=cologo%>" width="160" height="90"></td>
  </tr>
  <tr> 
    <td colspan="2" height="65"><img src="img/index_top3.gif" width="778" height="65"></td>
  </tr>
</table>

⌨️ 快捷键说明

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