#22004/12/5 20:43:36
用WINDOW。OPEN的方法,点击图片传递参数至一个200*200的网页,然后显示。
response.write "<a href=""javascript://"" onclick=""window.open('***.asp?id="&recordset1("id")&"','','height=200 width=200 left=0 top=0 scrollbars=1 resizable=1')""><img src=' " & Recordset1.Fields.Item("pic4").value & " ' width='45' height='45' ></a>"
难人一个……