Hi there,
Just declare it right before the loop, or anywhere else in the page. The loop will reuse the variable for each item it iterates over:
Code:
<%Option Explicit%>
....
Dim Item
<%
For Each Item in Request.QueryString
....
Next
%>
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.