广告广告
  加入我的最爱 设为首页 风格修改
首页 首尾
 手机版   订阅   地图  繁体 
您是第 3431 个阅读者
 
发表文章 发表投票 回覆文章
  可列印版   加为IE收藏   收藏主题   上一主题 | 下一主题   
toidi
个人头像
个人文章 个人相簿 个人日记 个人地图
初露锋芒
级别: 初露锋芒 该用户目前不上站
推文 x0 鲜花 x17
分享: 转寄此文章 Facebook Plurk Twitter 复制连结到剪贴簿 转换为繁体 转换为简体 载入图片
推文 x0
[JScript][讨论] Tab 分页
简单的分页效果
简捷有力 !!

复制程式
<html>
<head>
<!-- 请将下列程式码输入在 <head></head> 之间 -->
<style>
.conts{visibility:hidden}
.tab{border-top:solid thin #E0E0E0;
border-right:solid thin gray;
border-left:solid thin #E0E0E0;
font-family:Verdana;
font-size:09pt;
text-align:center;
font-weight:normal}
.selTab{border-left:solid thin white;
border-top:solid thin white;
border-right:solid thin black;
font-weight:normal;
text-align:center}
</style>
<script LANGUAGE="JavaScript">
function public_Labels(label1, label2, label3, label4, label5, label6, label7, label8){
t1.innerText = label1;
t2.innerText = label2;
t3.innerText = label3;
t4.innerText = label4;
t5.innerText = label5;
t6.innerText = label6;
t7.innerText = label7;
t8.innerText = label8;
}
//a public function that the container uses to pass in values for the card containers
function public_Contents(contents1, contents2, contents3, contents4, contents5, contents6, contents7, content8){
t1Contents.innerHTML = contents1;
t2Contents.innerHTML = contents2;
t3Contents.innerHTML = contents3;
t4Contents.innerHTML = contents4;
t5Contents.innerHTML = contents5;
t6Contents.innerHTML = contents6;
t7Contents.innerHTML = contents7;
t8Contents.innerHTML = contents8;
init();
}
//sets the default display to tab 1
function init(){
tabContents.innerHTML = t1Contents.innerHTML;
}
//this is the tab switching function
var currentTab;
var tabBase;
var firstFlag = true;
function changeTabs(){
if(firstFlag == true){
currentTab = t1;
tabBase = t1base;
firstFlag = false;
}
if(window.event.srcElement.className == "tab"){
currentTab.className = "tab";
tabBase.style.backgroundColor = "White";
currentTab = window.event.srcElement;
tabBaseID = currentTab.id + "base";
tabContentID = currentTab.id + "Contents";
tabBase = document.all(tabBaseID);
tabContent = document.all(tabContentID);
currentTab.className = "selTab";
tabBase.style.backgroundColor = "";
tabContents.innerHTML = tabContent.innerHTML;
}}</script>
<style>
.conts  {visibility:hidden}
.tab{border-top:solid thin #E0E0E0;
border-right:solid thin gray;
border-left:solid thin #E0E0E0;
font-family:Verdana;
font-size:09pt;
text-align:center;
font-weight:normal}
.selTab{border-left:solid thin white;
border-top:solid thin white;
border-right:solid thin black;
font-weight:normal;
text-align:center}
</style>
</head>


<body>
<!--将以下代码加入HTML的<BODY></BODY>之间-->
<body BGCOLOR="#c0c0c0" onclick="changeTabs()" onload="init()">
<div STYLE="position:absolute; top:20; height:350; width:500; left:65; border:none thin gray">
<table STYLE="width:600; height:350" CELLPADDING="0" CELLSPACING="0" bgcolor="c0c0c0">
<tr><td ID="t1" CLASS="selTab" HEIGHT="25">选项 1</td>
<td ID="t2" CLASS="tab">选项 2</td>
<td ID="t3" CLASS="tab">选项 3</td>
<td ID="t4" CLASS="tab">选项 4</td>
<td ID="t5" CLASS="tab">选项 5</td>
<td ID="t6" CLASS="tab">选项 6</td>
<td ID="t7" CLASS="tab">选项 7</td>
<td ID="t8" CLASS="tab">选项 8</td>
</tr><tr>
<td ID="t1base" STYLE="height:2; border-left:solid thin white"></td>
<td ID="t2base" STYLE="height:2; background-color:white"></td>
<td ID="t3base" STYLE="height:2; background-color:white"></td>
<td ID="t4base" STYLE="height:2; background-color:white"></td>
<td ID="t5base" STYLE="height:2; background-color:white"></td>
<td ID="t6base" STYLE="height:2; background-color:white"></td>
<td ID="t7base" STYLE="height:2; background-color:white"></td> 
<td ID="t8base" STYLE="height:2; background-color:white; border-right:solid thin white"></td>
</tr><tr><td HEIGHT="*" COLSPAN="8" ID="tabContents"
STYLE="border-left:solid thin white;border-bottom:solid thin white;border-right:solid thin white">sample 
contents</td></tr></table></div><div CLASS="conts" ID="t1Contents">
<p align="center">Tab1的内容 <br><iframe src=./slicePic.htm width=600></iframe></p>
</div><div CLASS="conts" ID="t2Contents">
<p align="center">Tab2的内容 </p>
</div><div CLASS="conts" ID="t3Contents">
<p align="center">Tab3的内容 </p>
</div><div CLASS="conts" ID="t4Contents">
<p align="center">Tab4的内容 </p>
</div><div CLASS="conts" ID="t5Contents">
<p align="center">Tab5的内容 </p>
</div><div CLASS="conts" ID="t6Contents">
<p align="center">Tab6的内容 </p>
</div><div CLASS="conts" ID="t7Contents"><p align="center">Tab7的内容 </p>
</div><div CLASS="conts" ID="t8Contents"><p align="center">Tab8的内容<hr>
<img src=http://163.22.51.15/run.gif><br><img src=http://163.22.51.15/run.gif><br><img src=http://163.22.51.15/run.gif><br> </p></div>

</body>
</html>



-=FiS=-
_/_/_/_/_/施比受更有福_/_/_/_/_/
献花 x0 回到顶端 [楼 主] From:局域网对方和您在同一内部网 | Posted:2005-11-09 16:41 |

首页  发表文章 发表投票 回覆文章
Powered by PHPWind v1.3.6
Copyright © 2003-04 PHPWind
Processed in 0.019007 second(s),query:15 Gzip disabled
本站由 瀛睿律师事务所 担任常年法律顾问 | 免责声明 | 本网站已依台湾网站内容分级规定处理 | 连络我们 | 访客留言