Using traditional ASP how can I return an image from a query.
I want to use an image on a web page for tracking purposes, so for example I might have a page containing:
<img src="../cgi-bin/getimage.asp?user1234&page=1232" WIDTH="1" HEIGHT="1">
Where GetImage.ASP would record the passed details and return a transparent GIF.