%@LANGUAGE="VBSCRIPT"%> <% dim video if request("video")="" then video="darknight3" else video=request("video") end if Dim nuevos Dim nuevos_numRows Set nuevos = Server.CreateObject("ADODB.Recordset") nuevos.ActiveConnection = MM_webtivi_STRING nuevos.Source = "SELECT * FROM webtivi.videos ORDER BY id DESC" nuevos.CursorType = 0 nuevos.CursorLocation = 2 nuevos.LockType = 1 nuevos.Open() nuevos_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 15 Repeat1__index = 0 nuevos_numRows = nuevos_numRows + Repeat1__numRows %>
<% nuevos.Close() Set nuevos = Nothing %>