Per uscire dai cicli
for i = 1 to 100 Response.write "<BR>" & i if i = 5 then exit for next %>
Download code...
Print this page