newsheader.ascx

来自「一款简单易用」· ASCX 代码 · 共 50 行

ASCX
50
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="NewsHeader.ascx.cs" Inherits="WebdiyNews.Web.News.Inc.NewsHeader" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<style> .mover { CURSOR: default; COLOR: #000000; BACKGROUND-COLOR: #bfb8b8 }
	.mout { COLOR: #ffffff }
</style>
<TABLE width="770" border="0" align="center" cellPadding="0" cellSpacing="0" dwcopytype="CopyTableRow">
    <TR>
        <TD width="146" rowspan="3" vAlign="bottom" bgColor="#ffffff"><div align="center"><a href="http://www.webdiy.net" target="_blank"><img src="../News/images/logo.jpg" width="146" height="60" border="0"></a></div>
        </TD>
        <TD width="536" rowspan="3" vAlign="bottom" bgColor="#ffffff"><a href="http://www.ewebdiy.net" target="_blank"><img src="../News/images/banner777.gif" width="528" height="56" border="0"></a></TD>
        <TD width="88" vAlign="bottom"><A onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.ewebdiy.net');"
                href="javascript:;"><FONT color="#000000">设为首页</FONT></A></TD>
    </TR>
    <TR>
        <TD vAlign="bottom" bgColor="#ffffff"><A href="javascript:window.external.AddFavorite('http://www.ewebdiy.net',%20'北京网站建设ewebdiy.net')"><SPAN lang="zh-cn" style="FONT-SIZE: 9pt"><FONT color="#000000">加入收藏</FONT></SPAN></A></TD>
    </TR>
    <TR>
        <TD vAlign="bottom" bgColor="#ffffff"><A href="mailto:webmaster@ewebdiy.net?subject=建站业务"><FONT color="#000000">业务联系</FONT></A>
        </TD>
    </TR>
    <TR>
        <TD height="20" colspan="3" bgcolor="#ffffff">
            <TABLE cellSpacing="0" cellPadding="0" width="770" border="0" align="center" bgColor="#000000">
                <TR align="center">
                    <TD bgColor="#e4e4e4" colSpan="8" height="1"></TD>
                </TR>
                <TR align="center">
                    <TD class="mout" onmouseover="this.className='mover';" onmouseout="this.className='mout';"
                        width="11%" height="20" STYLE="CURSOR:hand"><a href="http://www.ewebdiy.net/"><font color="#ffffff">首页</font></a></TD>
                    <TD class="mout" onmouseover="this.className='mover';" onmouseout="this.className='mout';"
                        width="11%" STYLE="CURSOR:hand"><a href="http://www.ewebdiy.net/whois.asp"><font color="#ffffff">域名注册</font></a></TD>
                    <TD class="mout" onmouseover="this.className='mover';" onmouseout="this.className='mout';"
                        width="11%" STYLE="CURSOR:hand"><a href="http://www.ewebdiy.net/host.asp"><font color="#ffffff">虚拟主机</font></a></TD>
                    <TD class="mout" onmouseover="this.className='mover';" onmouseout="this.className='mout';"
                        width="11%" STYLE="CURSOR:hand"><a href="http://www.ewebdiy.net/WebBuild/WebBuild.asp"><font color="#ffffff">网站建设</font></a></TD>
                    <TD class="mout" onmouseover="this.className='mover';" onmouseout="this.className='mout';"
                        width="11%" STYLE="CURSOR:hand"><a href="http://www.ewebdiy.net/program.asp"><font color="#ffffff">程序开发</font></a></TD>
                    <TD class="mout" onmouseover="this.className='mover';" onmouseout="this.className='mout';"
                        width="11%" STYLE="CURSOR:hand"><a href="http://www.ewebdiy.net/extend.asp"><font color="#ffffff">网站推广</font></a></TD>
                    <TD class="mout" onmouseover="this.className='mover';" onmouseout="this.className='mout';"
                        width="11%" STYLE="CURSOR:hand"><a href="http://www.ewebdiy.net/download.asp"><font color="#ffffff">免费下载</font></a></TD>
                    <TD class="mout" onmouseover="this.className='mover';" onmouseout="this.className='mout';"
                        width="11%" STYLE="CURSOR:hand"><a href="http://www.ewebdiy.net/gb/index.asp"><font color="#ffffff">请您留言</font></a></TD>
                    <TD class="mout" onmouseover="this.className='mover';" onmouseout="this.className='mout';"
                        width="11%" STYLE="CURSOR:hand"><a href="http://www.ewebdiy.net/about.asp"><font color="#ffffff">关于我们</font></a></TD>
                </TR>
            </TABLE>
        </TD>
    </TR>
</TABLE>

⌨️ 快捷键说明

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