主题:打开/关闭栏的问题。我是菜鸟
<script language="javascript">
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
</script>
<table width="9" border="0" cellpadding="0" cellspacing="0" height="100" bgcolor="#7caeff">
<tr>
<td width="9" height="98" bgcolor="#749FD0" onClick="switchSysBar()"><span class="navPoint" id="switchPoint" title="关闭/打开左栏" onMouseOver="this.style.color=''"onmouseout="this.style.color=''">3</span>
</td>
</tr>
</table>
我想把里面的3和4都改成图片,怎么改呢?
帮帮我吧,很急的,在线等,谢谢,叩头叩到头破血流!
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
</script>
<table width="9" border="0" cellpadding="0" cellspacing="0" height="100" bgcolor="#7caeff">
<tr>
<td width="9" height="98" bgcolor="#749FD0" onClick="switchSysBar()"><span class="navPoint" id="switchPoint" title="关闭/打开左栏" onMouseOver="this.style.color=''"onmouseout="this.style.color=''">3</span>
</td>
</tr>
</table>
我想把里面的3和4都改成图片,怎么改呢?
帮帮我吧,很急的,在线等,谢谢,叩头叩到头破血流!