<%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Dim key, item For Each key in Request.Querystring Response.write key & ":" & Request.Querystring(key) & "
" Next %>