<img src=image.jpg onclick=window.open("woyingjie.htm","","width=300,height=300")>

解决方案 »

  1.   

    <img src='xx ...' onclick="window.open('a.asp','zyc','top=300 ...')">
      

  2.   

    先在你的网页了里放入以下代码,还要做一个小图片 P2.jpg ,再建一页为放大页index2.htm
                          你的网页1.htm<div align="center"><img src="P2.jpg" width="164" height="90"
    ONCLICK="window.open('index2.htm','Sample','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=708,height=393,left=100,top=100')"></div>
                           放大页index2.htm  p3.jpg就是你要放大的图片
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>外包装</title>
    </head><body>
    <img src="p3.jpg" width="702" height="385">    显示她的照片和简介</body>
    </html>
      

  3.   

    <img src="*.jpg" onclick="window.open('*.htm','','width=120,height=120');"/>
      

  4.   

    <img src="test.jpg" onclick="javascript:window.open('a.htm','pop','width=120,height=120');">
      

  5.   

    <script language="JavaScript">
    <!--
    function pic(url){window.open(url,"","height=400,width=550,top=100,left=200,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");}
    // -->
    </script><a href="javascript:pic('photo/图片页.htm')">我要看</a>