如题,现在想实现这样一个效果,单击[放大.jif]后,就可以弹出图片【asp:image id="impPic"】的放大效果,
最好有个关闭窗口,
<table width="96%" border="0" cellspacing="0" cellpadding="0">
    <tr>
       <td colspan="5"> 
<asp:Image ID="imgPic" runat="server" width="50%" height="200" border=0 /></td>
    </tr>
    <tr>
        <td width="61%" colspan="4"> 
           <img  height=11 src="Images/放大.gif" width=62  border=0 >
         </td>
     </tr>
</table>