| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 377 人关注过本帖
标题:有错吗?我找了半天都没有发现,但就是不能正常运行
只看楼主 加入收藏
fff22ffff
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2007-3-21
收藏
 问题点数:0 回复次数:1 
有错吗?我找了半天都没有发现,但就是不能正常运行

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<script language="javascript">
<!--
maxw=0;

function show(obj)
{
if(obj.style.width<maxw)
{
obj.style.display='';
obj.style.width+=10;
obj1=obj;
setTimeout('show(obj1)','1');
}
}
function hidde(obj)
{

if(maxw==0)
maxw=obj.style.width;
if(obj.style.width>0)
{obj.style.width-=10;
if(obj.style.width==maxw/10)
{obj.style.display='none';}
obj1=obj;
setTimeout('hidde(obj1)','1');
}
}
function showHide(obj)
{
if(obj.style.display=='')
{
hidde(obj);
}
else
{
show(obj);
}
}


--//>
</script>
<style type="text/css">
.cpb_frame
{
font-family: Webdings;
font-size:9pt;
color:#54659C;
cursor:hand;
}
</style>
</head>

<body style="MARGIN: 0px" scroll=no onResize=javascript:parent.carnoc.location.reload()>


<table border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%">
<tr>
<td align="middle" noWrap vAlign="center">
<iframe frameBorder="0" id="carnoc" name="carnoc" src="left.html" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 200px; Z-INDEX: 2" border="0" scrolling="no">
</iframe>
</div>
</td>
<td class=cpb_table_td1 style="WIDTH: 9pt">
<table border="0" cellPadding="0" cellSpacing="0" height="100%">
<tr>
<td style="HEIGHT: 100%" onClick="showHide(carnoc)">
<span id="shu" title="Hidden/Show" class="cpb_frame">3</span></td>
</tr>
</table>
</td>
<td style="WIDTH: 100%">
<iframe frameBorder="0" id="frmRight" name="frmRight" scrolling="yes" src="index.html" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1">
</iframe>
</td>
</tr>
</table>
</html>d

搜索更多相关主题的帖子: 运行 
2007-03-21 14:48
阳光白雪
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:39
帖 子:2220
专家分:0
注 册:2005-11-18
收藏
得分:0 
--//>
</script>
<style type="text/css">


//-->
</script>
<style type="text/css">

专注于WEB前端交互平台开发:[url=http://blog./]blog.[/url](富客户端技术(RIA)交流平台)
2007-03-21 15:03
快速回复:有错吗?我找了半天都没有发现,但就是不能正常运行
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.023381 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved