有些系统是网形式,它的表中有很多大项,其中大项下面有很多小的项,这些小项打开网页时是隐藏的,你需要它时点击大项前面相应的+号便可看到小的项目。由于很多,点起来很麻烦,不知道有没什么快捷键来快速打开全部项目?
网页中的表格怎样面部打开?
答案:1 悬赏:60 手机版
解决时间 2021-05-10 23:17
- 提问者网友:饥饿走向夜
- 2021-05-10 12:16
最佳答案
- 五星知识达人网友:長槍戰八方
- 2021-05-10 12:25
这是一个JS的功能.- -
我这里给你个JS代码.你可以参考一下
<SCRIPT language=Javascript>
<!--
function onChange(i){
childSort=document.all("child" + i);
//theTd=document.all("td" + i);
if(childSort.style.display=="none"){
// theTd.bgcolor="#ffffff";
childSort.style.display="";}
else{
// theTd.bgcolor="#000000";
childSort.style.display="none";}
}
function jumpTo(i){
if(i==1){
this.document.location="1.htm";}
if(i==2){
this.document.location="1_1.htm";}
if(i==3){
this.document.location="1_1_1.htm";}
if(i==4){
this.document.location="1_1_1_1.htm.";}
}
//-->
</SCRIPT>
调用方法..
<a href='Javascript:onChange("1")'>1</a>
<span id=child"1"></span>
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯