js:########################hidden "tab_view"表格
function display(obj)
{
var regx=/open.gif/;
var str=obj.src;
if(regx.test(str))
{
obj.src="image/close.gif";
obj.parentNode.parentNode.parentNode.parentNode.rows(1).style.display="none";
}
else
{
obj.src="image/open.gif";
obj.parentNode.parentNode.parentNode.parentNode.rows(1).style.display="block";
}
}
///
html######################################
<table class="dragTable" >
<tr class="dragTR">
<td><img >
<asp:label >自定义网址收藏夹</asp:label>
<img onclick="dele_class(this)" src="image/dele.gif" align="right">
<IMG style="WIDTH: 16px; HEIGHT: 8px" onclick="return dropdownmenu(this, event, menu2, '200px')"
onmouseout="delayhidemenu()" height="8" src="image/edit.gif" width="16" align="right">
</td>
</tr>
<tr>
<td>
<table
bgColor="white" border="0">
<tr>
<td width="200px" height="15px">
</td>
</tr>
</table>
</td>
</tr>
</table>
相关文章: