Ok. Since The recordset paging didn't work as I had posted in my previous thread, I decided to look for a new sample code on paging. Thank God it worked. But I'm trying to figure out what to write in the page links:
Code:
response.write "<a href=""paging1.asp?page="&i&"&Keyword="
& Keyword &"
&Keywordb="& Keywordb &"
&Keywordc="& Keywordc &"
&spoke=" & spoke & "
&book_spoke=Book_Spoke
&chapter_spoke=Chapter_Spoke
&verse_spoke=Verse_Spoke
&text_data=yes
&optAction=on"">"&i&"</a> "
These:
Code:
&book_spoke=Book_Spoke
&chapter_spoke=Chapter_Spoke
&verse_spoke=Verse_Spoke
are used by checkboxes as well as:
But I'm not concerned about
since I need it for every search.
But is there a way to filter out the selection like the previous checkbox selections if they are not selected?