Z
zqs10597249
Unregistered / Unconfirmed
GUEST, unregistred user!
JBuilder 7
t_i.jsp
<%@ page contentType="text/html;
charset=GB2312" %>
<html>
<head>
<script language="JavaScript">
function oa_tool(){
if(window.parent.oa_frame.cols=="0,16,*"){
frameshow.src="images/p_l.gif";
oa_tree.title="隐藏列表"
window.parent.oa_frame.cols="150,16,*";
}
else
{
frameshow.src="images/p_2.gif";
oa_tree.title="显示列表"
window.parent.oa_frame.cols="0,16,*";}
}
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#ff6600">
<table width="16" border="0" height="100%" cellpadding="0" cellspacing="0" align="left">
<tr align="center">
<td background="images/bg_1.gif">
<div id=oa_tree onclick="oa_tool();" title=隐藏列表><img id=frameshow src="images/p_l.gif" ></div>
</td>
</tr>
</table>
</body>
</html>
不能实现我的效果
t_i.jsp
<%@ page contentType="text/html;
charset=GB2312" %>
<html>
<head>
<script language="JavaScript">
function oa_tool(){
if(window.parent.oa_frame.cols=="0,16,*"){
frameshow.src="images/p_l.gif";
oa_tree.title="隐藏列表"
window.parent.oa_frame.cols="150,16,*";
}
else
{
frameshow.src="images/p_2.gif";
oa_tree.title="显示列表"
window.parent.oa_frame.cols="0,16,*";}
}
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#ff6600">
<table width="16" border="0" height="100%" cellpadding="0" cellspacing="0" align="left">
<tr align="center">
<td background="images/bg_1.gif">
<div id=oa_tree onclick="oa_tool();" title=隐藏列表><img id=frameshow src="images/p_l.gif" ></div>
</td>
</tr>
</table>
</body>
</html>
不能实现我的效果