放大?用CSS的zoom属性可以否?

解决方案 »

  1.   

    onclick="parent.layer1.innerHTML=''"
    将table的width和height该掉就可以了
      

  2.   

    <body>
    <table border=1 bordercolor=#999999 cellpadding=0 cellspacing=0>
    <tr><td align=right height=15 bgcolor=#203C7D><a onclick='close_window();'>
    <img id=img_close src='close.gif' style='border:1px outset;'></a></td></tr>
    <tr><td>
    <iframe name=subwindow width=100 height=100 noresize scrolling=no frameborder=5 marginheight=0 marginwidth=0 
    src='about:<input type=button value=放大 onclick="window.parent.document.all.subwindow.width=800;window.parent.document.all.subwindow.height=500;">'>
    </iframe></td></tr></table>
    </body>