<%
response.write "<img src=""imgs/Request.QueryString("intcatalogID").gif"">"
%
Does anybody have an idea why this doesn't show the gif?
I am trying to avoid multiple lines of this:
if Request.QueryString("intCatalogID") = "CPQ" THEN response.write "<img src=""/imgs/compaq.gif"">"
if Request.QueryString("intCatalogID") = "DIG" THEN response.write "<img src=""/imgs/digital.gif"">"
if Request.QueryString("intCatalogID") = "EPS" THEN response.write "<img src=""/imgs/epson.gif"">"
Thanks for any help you may have on the syntax.
Edited by rocketdawg