ASP Image Content Type Example



<% @LANGUAGE = VBScript %>
<% Option Explicit %>

<%
Response.ContentType = "image/gif"
Response.Expires = 0
%>

<IMG SRC="../graphics/TheHaywainSmall.jpg">