StopForNext
<% for i = 1 to 10 Response.write "
" & i if i = 8 then exit for next %>
<%
for i = 1 to 10
Response.write "<BR>" & i
if i = 8 then exit for
next
%>
(stopfornext.html)- by Paolo Puglisi - Modifica del 25/3/2019