?? jsp6.jsp~34~
字號(hào):
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
jsp6
</title>
<script language="JavaScript" type="">
var txtstr_1="asddddqdad";
var txtstr_2=" 需要軟件的朋友可以與我聯(lián)系。";
var txtstr_3=" 論壇現(xiàn)在暫時(shí)關(guān)閉,請(qǐng)朋友們?cè)赒Q上聯(lián)系."
var txtstr_4=" 孤獨(dú)的時(shí)候便走向自然;"
var txtstr_5="最后一張~~~~~~~~~"
function changediv(n){
eval("document.getElementById('c"+n+"').className='t"+n+"'");
//然后設(shè)置鼠標(biāo)移動(dòng)到的相應(yīng)位置的背景圖片為相應(yīng)的圖片,修改對(duì)應(yīng)的樣式表。
eval("document.getElementById('bodyt').className='body"+n+"'");
//修改選項(xiàng)卡下半部的樣式,使其的色彩與上半部的圖片相適應(yīng)。
bodytxt=eval('txtstr_'+n);
if(bodytxt==""){
alert("數(shù)據(jù)正在下載,請(qǐng)稍候!");}
else
{
document.getElementById("txt1").innerHTML=bodytxt;
//設(shè)置選項(xiàng)卡主體部分相應(yīng)的文字。
}
}
</script>
<style type="text/css">
<!--
td {
font-size: 12px;
line-height: 16px;
}
.d1 {
padding-top: 3px;
border-bottom-width: medium;
border-bottom-style: none;
}
.d2{
padding-top: 3px;
border-bottom-width: medium;
border-bottom-style: none;
}
.d3{
padding-top: 3px;
border-bottom-width: medium;
border-bottom-style: none;
}
.d4{
padding-top: 3px;
border-bottom-width: medium;
border-bottom-style: none;
}
.body1 {
background-color: #d6efb5;
border-top: 0px none;
border-right: 1px solid #88c027;
border-bottom: 1px solid #88c027;
border-left: 1px solid #88c027;
}
.body2 {
background-color:#fff7be;
border-top: 0px none #eac751;
border-right: 1px solid #eac751;
border-bottom: 1px solid #eac751;
border-left: 1px solid #eac751;
}
.body3 {
background-color: #ffe5e3;
border-top: 0px none;
border-right: 1px solid #ee6f69;
border-bottom: 1px solid #ee6f69;
border-left: 1px solid #ee6f69;
}
.body4 {
background-color: #d4eaff;
border-top: 0px none;
border-right: 1px solid #7eaffb;
border-bottom: 1px solid #7eaffb;
border-left: 1px solid #7eaffb;
}
.body5 {
background-color: #d4eaff;
border-top: 0px none;
border-right: 1px solid #7eaffb;
border-bottom: 1px solid #7eaffb;
border-left: 1px solid #7eaffb;
}
.firstunderline {
border-bottom-width: medium;
border-bottom-style: none;
}
.bodytop {
border-top-width: medium;
border-top-style: none;
}
.temp {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #88c027;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #AEABA9;
}
-->
</style>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td id="s1" width="1" class="under1"><br> </td>
<td id="c1" width="60" align="center" class="temp" onMouseOver="changediv(1)"><img alt="" src="img/tab1.gif" /></td>
<td id="s2" width="1" class="under1"><br> </td>
<td id="c2" width="60" align="center" class="temp" onMouseOver="changediv(2)"><img alt="" src="img/tab2.gif"/></td>
<td id="s3" width="1" class="under1"><br> </td>
<td id="c3" width="60" align="center" class="temp" onMouseOver="changediv(3)"><img alt="" src="img/tab3.gif" /></td>
<td id="s4" width="1" class="under1"><br> </td>
<td id="c4" width="60" align="center" class="temp" onMouseOver="changediv(4)""><img alt="" src="img/tab4.gif" /></td>
<td id="s5" width="1" class="under1"><br></td>
<td id="c5" width="60" align="center" class="temp" onMouseOver="changediv(5)""><img alt="" src="img/tab5.gif" /></td>
</tr>
</table>
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" class="body1" id="bodyt"><tbody>
<tr>
<td valign="top"><br><div id="txt1">
<script language="javascript" type="">
document.write(txtstr_1);
</script>
</div> </td>
</tr>
</tbody>
</table>
<p> </p>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -