head.asp

来自「为我们公司使用的oa系统」· ASP 代码 · 共 21 行

ASP
21
字号
	<table width="770" border="0" cellspacing="0" cellpadding="0" class="dh">
        <tr>
          <td width="70" bgcolor="#04564E"><img src="/img/top_01.gif" width="13" height="21"></td>
          <td bgcolor="#44A000" valign="bottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                <td> 
                  <div align="center">
				<%
				if ShowSiteChannel="Yes" then
					response.write  strChannel 
				else
					response.write "&nbsp;"
				end if
				%>
          </div>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>

⌨️ 快捷键说明

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