| 发表于:2007-01-13 19:33:18 楼主 |
我经常看到 <img src= "count.asp?userid=445 " > 这种形式的图片链接 请问这个count.asp这么写才能使静态页面显示asp输出的图片 我试过: <%response.write ( "count1.gif ")%> 和 <% response.contenttype = "image/gif " response.binarywrite ( "count1.gif ").getchunk(( "count1.gif ").actualsize) %> 都不行!!急切求解!! |
|
|
|
|