Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
645 B

<!--
This is the "previous" button.
This retrieves the previous page of documents for the query.
The CiBookmarkSkipCount is negative, which causes a backwards scroll
on the query results.
-->
<%if CiContainsFirstRecord eq 0%>
<td align=left>
<form action="/scripts/samples/search/simple.idq" method="get">
<%include /scripts/samples/search/hidden.htx%>
<input type="hidden" name="CiBookmarkSkipCount"
value="-<%CiMaxRecordsPerPage%>" >
<input type="submit" value="Previous <%CiMaxRecordsPerPage%> documents">
</form>
</td>
<%endif%>