y continua con:
</td>
</tr>
<%SW=0%>
<%end if%>
<%RowCount = RowCount - 1
rsforos.MoveNext
loop
set Rsforos=Rsforos.NextRecordset
loop
Rsforos.Close
'set RsForos=Nothing
'set Conn=nothing
%>
<input type="hidden" name="sqlforos" value="<%=sqlforos%>">
<% if PageNo>1 then%>
<input type="submit" name="ScrollAction" value="<%="page"&PageNo-1%>">
<% end if
if PageNo < TotalPages or (PageNo=1 and TotalPages>1) then%>
<input type="submit" name="ScrollAction" value="<%="page"&PageNo+1%&g t;">
<% end if
end if%>
</form>
pero me sale el siguiente error:
Error de compilación de Microsoft VBScript error '800a040e'
'Loop' sin 'Do'
/foros/PyR.asp, line 411
loop
^
y ya hice la verificación pero no encuentro el error o si fue que lo implemene de forma incorrecta.
Agradezco la ayuda que me puedan brindar.