<% max = int(request.querystring) if max > 50 then max = 9 for i = 1 to max for j = 1 to max response.write( i ) next response.write("") next %>