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 >
Wrap
Text File
|
1998-02-24
|
376b
|
11 lines
<%
If tPageSize > 0 Then
tCurRec = ((Session("rs<%#TableShortName#%>_AbsolutePage") - 1) * tPageSize) + tRecordsProcessed
Else
tRecordsProcessed = tRecordsProcessed + 1
tCurRec = tRecordsProcessed
End If
Response.Write "<A HREF=" & QuotedString("<%#DataActionFileName#%>?Bookmark=" & tCurRec & "&DataAction=Find") & ">" & tCurRec & "</A>"
%>