⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uhead.ascx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="uHead.ascx.cs" Inherits="Huayou.Hyb2b.WebApp.co.co7.uHead" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td width="220" height="200" valign="top" background="img/index_leftbg.gif"> 
      <table width="220" border="0" cellspacing="0" cellpadding="0" height="200">
        <tr> 
          <td width="34" height="200"><img src="img/003.gif" width="34" height="200"></td>
          <td class="photo" background="img/005.gif"><img src="img/001.gif" width="186" height="200"></td>
        </tr>
    </table></td>
    <td valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0" height="200" background="img/index_topbg.gif">
        <tr> 
          <td>
            <table width="100%" border="0" cellspacing="0" cellpadding="0" height="200">
              <tr> 
                <td valign="top" class="bg"> 
                  <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td height="37" colspan="2">&nbsp;</td>
                    </tr>
                    <tr> 
                      <td width=* height="40" align="center"><font face="隶书" size="3"><%=coname%></font></td>
                      <td width="182" align="center"><img src="<%=cologo%>" width="160" height="90"></td>
                    </tr>
                    <tr> 
                      <td height="50"></td>
                      <td align="center" valign="bottom"><%=covip%></td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

⌨️ 快捷键说明

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