home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / COMMON / WIZARD98 / VIWZ1.DLL / 1033 / HTMX / 5710 < prev    next >
Text File  |  1998-02-24  |  376b  |  11 lines

  1.         <%
  2.         If tPageSize > 0 Then
  3.             tCurRec = ((Session("rs<%#TableShortName#%>_AbsolutePage") - 1) * tPageSize) + tRecordsProcessed
  4.         Else
  5.             tRecordsProcessed = tRecordsProcessed + 1
  6.             tCurRec = tRecordsProcessed
  7.         End If
  8.         Response.Write "<A HREF=" & QuotedString("<%#DataActionFileName#%>?Bookmark=" & tCurRec & "&DataAction=Find") & ">" & tCurRec & "</A>"
  9.         %>
  10.