把 样式和JAVASCRIPT 写成一个公用的 CSS样式 或者JS 调用
<styletype="text/css">#ejiaA1{width:955px;border-top:#E3E3E31pxsolid;border-left:#E3E...
<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个公用的 使其他页面能调用 展开
#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个公用的 使其他页面能调用 展开
展开全部
<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文件了
更多追问追答
追问
要把 这张标签都复制进去么
追答
我是写的html标签,你只要把
复制到前就行了,其它不用复制
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<script type='text/javascript' src='XXXX.js'></script>
<link href='YYYY.css' rel='stylesheet' type='text/css' charset='utf-8' />
<link href='YYYY.css' rel='stylesheet' type='text/css' charset='utf-8' />
追问
那SCRIPT 那个文件怎么重新见一个文件 不会 求 教
追答
囧。。。。你是用dreamweaver吗? 新建里面有javascript啊。。。
不是dreamweaver你打开记事本保存成xxx.js文件也可以啊。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
新建一个文件夹把后缀名改成 .js 然后把内容靠进去就行了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询