uhead.ascx
来自「1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点」· ASCX 代码 · 共 30 行
ASCX
30 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="uHead.ascx.cs" Inherits="Huayou.Hyb2b.WebApp.co.co9.uHead" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<TABLE WIDTH=778 BORDER=0 CELLPADDING=0 CELLSPACING=0 class="bg" align="center">
<TR>
<TD width="213" height="121" background="img/03.gif" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td height=14></td></tr>
<tr><td align="center"><img src="<%=cologo%>" width="160" height="90"></td>
</tr>
</table>
</TD>
<TD width="565" rowspan="3">
<table width="565" height="196" border="0" cellpadding="0" cellspacing="0" background="img/01.gif" class="pic">
<tr>
<td height="119" width="13"> </td>
<td height="119" width="552"> </td>
</tr>
<tr>
<td height="33" width="13"> </td>
<td height="33" width="552"><b><span class="text"><font size="3" color="#FFFFFF">
<%=coname%></font></span></b></td>
</tr>
<tr>
<td width="13"> </td>
<td width="552"> </td>
</tr>
</table>
</TD>
</TR>
</TABLE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?