set objDB=Server.createobject("adodb.connection")
ObjDB.open "bookzidane3","",""
if option1="Title" then
sql="select * from bookzidane2 where title like'%"&keyword&"%' "
elseif Option1="Author" then
sql="select * from bookzidane2 where Author like '%"&keyword&"%' "
else
sql="select * from bookzidane2 where Barcode like '%"&keyword&"%' "
end if
set ObjRS=Server.CreateObject("Adodb.RecordSet")
ObjRS.open sql, ObjDB, 1, 3
<%
pad=""
'รับค่าชื่อสคริปต์เพื่อนำมาใช้เป็นส่วนหนึ่งของการอ้างอิง
Scriptname=Request.ServerVariables("Script_name")
Response.write"<br>"
Response.write"<br>"
Response.write"["
for n=1 to Maxcount
if n>=10 then
pad=""
End if
'กำหนดหมายเลขหน้าเพื่ออ้างอิงต่อไป
Ref="<A href=" &scriptname& "?page=" &n& "&pagesize=" &pagesize& ">" &pad&N& "</a> : :"
Response.write"" &Ref& ""
next
Response.write "]"
%>
<%
if cint(gopage) > 1 then %>
<br>
<a href="ex10_108.asp?page=1">หน้าแรก</a> <a href="ex10_108.asp?page=<%=gopage-1%>">ย้อนกลับ</a>
<% end if
if cint(gopage) < maxcount then %>
<a href="ex10_108.asp?page=<%=gopage+1%>">หน้าต่อไป</a> <a href="ex10_108.asp?page=<%=maxcount%>">หน้าสุดท้าย</a>
<%
end if
%>
</table>
</body>
</html>
<%
if cint(gopage) > 1 then %>
<br>
<a href="ex10_108.asp?page=1">หน้าแรก</a> <a href="ex10_108.asp?page=<%=gopage-1%>">ย้อนกลับ</a>
<% end if
if cint(gopage) < maxcount then %>
<a href="ex10_108.asp?page=<%=gopage+1%>">หน้าต่อไป</a> <a href="ex10_108.asp?page=<%=maxcount%>">หน้าสุดท้าย</a>
<%
end if
%>