日期:2014-05-17 浏览次数:21158 次
url = Request.ServerVariables("URL")
'response.write url
if instr(url, "product.asp") > 0 then
response.write "a.jpg"
end if
if instr(url, "news.asp") > 0 then
response.write "b.jpg"
end if