📄 aboutleft.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="AboutLeft.ascx.cs" Inherits="RBWebShop.AboutLeft" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<FONT face="宋体">
<SCRIPT language="javascript">
function chgcolor(obj,txtcolor,bgcolor)
{
if(txtcolor=="1") txtcolor="#FFFFFF";
else txtcolor="#000000";
if(bgcolor=="2") bgcolor="#cccccc";
else bgcolor="#b0c4de";
htm=obj.innerHTML;
//obj.style.color=txtcolor;
obj.style.cursor="hand";
obj.style.background=bgcolor;
}
function show(obj_id)
{
obj=eval("document.all."+obj_id);
if(obj.style.display=="none")
obj.style.display="";
else
obj.style.display="none";
}
</SCRIPT>
<TABLE id="Table3" borderColor="#9999cc" cellSpacing="0" borderColorDark="#cccccc" cellPadding="0"
rules="rows" width="100%" border="1">
<TBODY>
<tr class="table-xia">
<td class="rowlight" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="aboutUs.aspx">关我我们</A>
</td>
</tr>
<tr class="table-xia">
<td class="rowlight" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="contactus.aspx">联系方式</A></td>
</tr>
<tr class="table-xia">
<td class="rowlight" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="friend.aspx">友情连接</A></td>
</tr>
<tr class="table-xia">
<td class="rowlight" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="#">网站地图</A></td>
</tr>
<tr class="table-xia">
<td class="rowlight" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="Help.aspx?Help=flow">帮助中心</A></td>
</tr>
<tr class="table-xia">
<td class="rowlight" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="book.aspx">在线咨询留言</A></td>
</tr>
</TBODY>
</TABLE>
</FONT>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -