<style type="text/css">
#ejiaA1 {
width: 955px;
border-top: #E3E3E3 1px solid;
border-left: #E3E3E3 1px solid;
}
#ejiaA1 td,#ejiaA1 th {
padding: 5px;border-right: #E3E3E3 1px solid;
border-bottom: #E3E3E3 1px solid;
font-size:12px;
height:16px; line-height:16px;
}
#ejiaA1 tr td span {color: #686868}
#ejiaA1 tr td span.st1 {color: #ff0000}
</style>
<script language="javascript">
function ejiaA1(o,a,b,c,d){
var t=document.getElementById(o).getElementsByTagName("tr");
for(var i=0;i<t.length;i++){
t[i].style.backgroundColor=(t[i].sectionRowIndex%2==0)?a:b;
t[i].onclick=function(){
if(this.x!="1"){
this.x="1";
this.style.backgroundColor=d;
}else{
this.x="0";
this.style.backgroundColor=(this.sectionRowIndex%2==0)?a:b;
}
}
t[i].onmouseover=function(){
if(this.x!="1")this.style.backgroundColor=c;
}
t[i].onmouseout=function(){
if(this.x!="1")this.style.backgroundColor=(this.sectionRowIndex%2==0)?a:b;
}
}
}
</script>
把这2个 东西 写成一个 或者2个公用的 使其他页面能调用
把 样式和JAVASCRIPT 写成一个公用的 CSS样式 或者JS 调用
答案:3 悬赏:50 手机版
解决时间 2021-02-27 12:42
- 提问者网友:树红树绿
- 2021-02-26 11:47
最佳答案
- 五星知识达人网友:人類模型
- 2021-02-26 13:11
<head>
<meta...>
<link href='a.css' rel='stylesheet' type='text/css' />
<script type='text/javascript' src='b.js'></script>
</head>
把函数剪切到一个txt文件,修改文件名称为b.js 就是一个js文件了
<meta...>
<link href='a.css' rel='stylesheet' type='text/css' />
<script type='text/javascript' src='b.js'></script>
</head>
把函数剪切到一个txt文件,修改文件名称为b.js 就是一个js文件了
全部回答
- 1楼网友:煞尾
- 2021-02-26 14:36
<script type='text/javascript' src='XXXX.js'></script>
<link href='YYYY.css' rel='stylesheet' type='text/css' charset='utf-8' />
- 2楼网友:第幾種人
- 2021-02-26 14:16
新建一个文件夹把后缀名改成 .js 然后把内容靠进去就行了
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯