|
|
|
|
½ºÄø® / 2000-03-09 / ¿ÀÈÄ 5:16:41 / 210.222.175.173
Á¶È¸¼ö : 122
|
[Áú¹®] ÆäÀÌ¡...¹®Á«´Ï´Ù.< |
if request("page") = "" then
page = 1
else
page = request("page")
end if
'response.write page
set db = server.createobject("adodb.connection")
db.open("dsn=mall;uid=cs114;pwd=cs114;")
sql = "select * from goods where g_part='" & part & "'"
'response.write sql
set rs = server.createobject("adodb.recordset")
rs.pagesize = 3
rs.open sql, db, 1
.
.
.
<%if rs.eof and rs.bof then%>
<%else%>
<%
totalpage = rs.pagecount
rs.absolutepage = page
%>
.
.
.
<%if page > 1 then%>
a href="list.asp?page=<%=page-1%> <%end if%>img src="../images/prev.gif border="0" WIDTH="40" HEIGHT="42"<%if page > 1 then%>/a<%end if%>
<%if cint(page) <> cint(totalpage) then%>
a href="list.asp?page=<%=page+1%>"
<%end if%>
img src="../images/next.gif" border="0" WIDTH="40" HEIGHT="42"<%if cint(page) <> cint(totalpage) then%>/a<%end if%>
À§ÀÇ ¼Ò½º´Â ÆäÀÌ¡¿¡ °ü·ÃµÈ ¼Ò½ºÀÔ´Ï´Ù...
±Ùµ¥ ÀÌ»óÇÏ°Ôµµ ÆäÀÌ¡Àº Á¤»óÀûÀ¸·Î µÇ´Âµ¥¿ä.
´ÙÀ½ÆäÀÌÁö¿¡¼ º¸¿©Á®¾ß ÇÒ..µ¥ÀÌÅÍ°¡ º¸ÀÌÁú ¾Ê½À´Ï´Ù.
ÀÌ°Ç ¿Ö..±×·²±î¿ä..???
¿ä»óÇÕ´Ï´Ù.
¾îµð¿¡¼ ¹ß»ýÇÑ ¹®Á¦Àϱî¿ä??
űװ¡ Àû¿ëµÇ¼... a href ¶û img src´Â ÀÌ°É·Î ¾È¹¾ú½À´Ï´Ù.
|
|
|
|