 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>
<html> <head>
<head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>menu hide show</title>
<title>menu hide show</title> <script language="JavaScript">
<script language="JavaScript"> maxh=0;
maxh=0; function hidde(obj)
function hidde(obj) {
{ if (maxh==0)
if (maxh==0) maxh=obj.style.pixelHeight;
maxh=obj.style.pixelHeight; if(obj.style.pixelHeight>0)
if(obj.style.pixelHeight>0) {
  { obj.style.pixelHeight-=10;
    obj.style.pixelHeight-=10; obj.filters.alpha.opacity-=4;
    obj.filters.alpha.opacity-=4; if(obj.style.pixelHeight==maxh/10)
     if(obj.style.pixelHeight==maxh/10) obj.style.display='none';
      obj.style.display='none'; obj1=obj
    obj1=obj setTimeout('hidde(obj1)','1');
    setTimeout('hidde(obj1)','1'); }
  } }
} function show(obj)
function show(obj) {
{ if(obj.style.pixelHeight<maxh)
if(obj.style.pixelHeight<maxh) {
  { obj.style.display='';
    obj.style.display=''; obj.style.pixelHeight+=10;
    obj.style.pixelHeight+=10; obj.filters.alpha.opacity+=4;
    obj.filters.alpha.opacity+=4; obj1=obj
    obj1=obj setTimeout('show(obj1)','1');
    setTimeout('show(obj1)','1'); }
  } }
} function turn(obj)
function turn(obj) {
{ if (obj.style.display=='none')
if (obj.style.display=='none') show(obj);
show(obj); else
else hidde(obj);
hidde(obj); }
} </script>
</script> </head>
</head>
 <body>
<body> <input type="button" name="Submit" value="hidde" onClick="hidde(table1)">
<input type="button" name="Submit" value="hidde" onClick="hidde(table1)"> <input type="button" name="Submit" value="show" onClick="show(table1)">
<input type="button" name="Submit" value="show" onClick="show(table1)"> <input type="button" name="Submit" value="turn" onClick="turn(table1)">
<input type="button" name="Submit" value="turn" onClick="turn(table1)"> <div id="table1" style="height:200px;FILTER: alpha(Opacity=100);OVERFLOW: hidden;">
<div id="table1" style="height:200px;FILTER: alpha(Opacity=100);OVERFLOW: hidden;"> <table width="100%" height="200" border="0" cellpadding="0" cellspacing="0" bgcolor="#42CC33" >
  <table width="100%" height="200" border="0" cellpadding="0" cellspacing="0" bgcolor="#42CC33" > <tr>
    <tr>  <td>this is something<br>
      <td>this is something<br> br<br>
      br<br> br<br>
      br<br> br<br>
      br<br> br<br>
      br<br> br </td>
      br </td> </tr>
  </tr> </table>
</table> </div><br>
</div><br> this is the foot
this is the foot </body>
</body> </html>
</html>
 
                    
                     
                    
                 
                    
                 
 
        

 
   
                
            
         浙公网安备 33010602011771号
浙公网安备 33010602011771号