Display JPEG using Response.BinaryWrite

前端 未结 3 347
无人共我
无人共我 2021-01-15 02:41

I\'m displaying an image like this:


counter.asp is doing a hit-counter do determine how often the

3条回答
  •  一生所求
    2021-01-15 03:06

    you can just redirect your counter.asp to the image you want..

    <%
    response.redirect("/virtual/path/to/yourimage.jpg")
    %>
    

提交回复
热议问题