堕落名词用英语怎么说:按纽里的链接..

来源:百度文库 编辑:神马品牌网 时间:2024/05/04 07:59:05
怎么样把下面按纽代码里的“公司简介”等文字变成超链接??

<td><style type="text/css"><!--
.input {font-family:"宋体";font-size: 12px;color: #FFFFFF;cursor: hand;filter: Alpha(Opacity=100, FinishOpacity=0, Style=3, StartX=70, StartY=70, FinishX=100, FinishY=100);font-weight: bolder;width:82px;height:24px;border: 0px;}
--></style>
<script><!--
function xrBt(value){
document.write("<input type=\"button\" value=\""+value+"\" class=\"input\" style=\"background-color: #232C9C;\" onmouseover=\"this.style.filter='';this.style.color='#000000';this.style.background='#EEFFFF';\" onmouseout=\"this.style.filter='Alpha(Opacity=100,FinishOpacity=0,Style=3,StartX=70,StartY=70,FinishX=100,FinishY=100)';this.style.color='#FFFFFF';this.style.background='#232C9C';\"/>");}
--></script>
<SCRIPT>xrBt("公司简介");</SCRIPT> <font color="#000000">|</font> <SCRIPT>xrBt("成果展示");</SCRIPT>
<font color="#000000">|</font> <SCRIPT>xrBt("设备列表");</SCRIPT>
<font color="#000000">| </font>
<SCRIPT>xrBt("音响器械");</SCRIPT>
<font color="#000000">|</font> <SCRIPT>xrBt("灯光器械");</SCRIPT>
<font color="#000000">|</font> <SCRIPT>xrBt("周边设备");</SCRIPT>
<font color="#000000">|</font>
<SCRIPT>xrBt("专业知识");</SCRIPT></td>

<style type="text/css"><!--
.input {font-family: "Verdana", "Arial";font-size: 9px;color: #FFFFFF;cursor: hand;filter: Alpha(Opacity=100, FinishOpacity=0, Style=3, StartX=70, StartY=70, FinishX=100, FinishY=100);font-weight: bolder;width: 70px;height:16px;border: 0px;}
--></style>
<script><!--
function xrBt(value,url){
document.write("<input type=\"button\" value=\""+value+"\" class=\"input\" style=\"background-color: #00CCFF;\" onmouseover=\"this.style.filter='';this.style.color='#000000';this.style.background='#EEFFFF';\" onmouseout=\"this.style.filter='Alpha(Opacity=100,FinishOpacity=0,Style=3,StartX=70,StartY=70,FinishX=100,FinishY=100)';this.style.color='#FFFFFF';this.style.background='#00CCFF';\" onclick=\"window.open ('"+url+"');\"/>");}
--></script>
<SCRIPT>xrBt("首页","1.html");</SCRIPT> | <SCRIPT>xrBt("音乐","2.html");</SCRIPT> | <SCRIPT>xrBt("随便","3.html");</SCRIPT> | <SCRIPT>xrBt("关于","4.html");</SCRIPT>

-------------------------------------------------
-------------------------------------------------
1.html 是链接地址