日期:2014-05-19  浏览次数:20441 次

瓜到山前必有路 吃瓜大家都来顶!
在VS2005里面找不到错误列表了,郁闷,有谁也遇到这样的情况?
      在视图里面找错误列表,点了之后也没有用!
      还有,就是做个隐藏左柜架的页面,点了按钮之后,能隐藏左柜架,但是再次点按钮之后,就没有办法还原了!
      <!DOCTYPE   html   PUBLIC   "-//W3C//DTD   XHTML   1.0   Transitional//EN "   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html   xmlns= "http://www.w3.org/1999/xhtml "   >
<head>
        <title> button_title_1 </title>
        <meta   http-equiv= "Content-Type "   content= "text/html;charset=gb2312 "   />
        <script>
 
        function   oa_tool()
        {
           
            if(window.parent.oa_frame.cols= "270,16,* ")
            {
                frameshow.src= "image/2.gif.BMP ";
                oa_tree.title= "显示导航条 ";
                window.parent.oa_frame.cols= "0,16,* ";
                }
                else  
                {
                frameshow.src= "image/1.gif.BMP ";
                oa_tree.title= "隐藏导航条 ";
                window.parent.oa_frame.cols= "270,16,* ";
                }
            }
         
     
        </script>
</head>
<body   text= "#000000 "   leftmargin= "0 "   topmargin= "0 "   marginwidth= "0 "
marginheight= "0 "   bgcolor= "#ECF0F9 "   oncontextmenu= "return   false ">
<table   width= "16 "   border= "0 "   height= "100% "   cellpadding= "0 "   cellspacing= "0 "   align= "left ">
  <tr   align= "center ">
  <td   style= "width:   42px ">
  <div   id= "oa_tree "   onclick= "oa_tool(); "   title= "隐藏导航条 ">
  <img   id= "frameshow "   src= "image/1.gif.BMP "   width= "9 "   height= "50 "   /> <br   />
  </div>
  </td>
  </tr>
  </table>
</body>
</html>


------解决方案--------------------
window.parent.oa_frame.cols= "270,16,* "
看清楚啊
应该是==