codice:
	Dim Variabile as String
	For Each Variabile in Request.QueryString
		Response.Write(Request.QueryString(Variabile))
	Next Variabile