Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,038

HOME > ASP > ASP Forum > รบกวนช่วยดู Code asp ให้หน่อยได้ไม่ครับ มันแสดง topic แค่ 10 หัวข้อ หลังจากนั้น click ไม่ได้



 

รบกวนช่วยดู Code asp ให้หน่อยได้ไม่ครับ มันแสดง topic แค่ 10 หัวข้อ หลังจากนั้น click ไม่ได้

 



Topic : 041863

Guest




มันแสดงหน้า webboard แค่ 10 topic จากนั้น click ไม่ได้ รบกวนด้วยนะครับ
พอดีพี่ที่ office ถามอะครับ ผมก็ไม่ค่อยเป็น asp ด้วยครับ

<!--#include file="../include/ChkPermission.inc"-->
<% CheckPermission 1 %>
<!--#include file="../include/counter.asp"-->
<%
Call Gencounter(55)

page=request("page")
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.ConnectionTimeout = 15
Conn.Open Application("conn")
Set Rs = Server.CreateObject("ADODB.Recordset")
sql=" SELECT * FROM MAS_WEBBOARD ORDER BY WEBBOARD_ID DESC "
Rs.open sql,Conn,1,3

%>
<html>
<head>
<script language="JavaScript" src="../include/elearn.js"></script>
<script language="JavaScript" src="../include/elearn_level.js"></script>
<link href="../include/elearn.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<meta http-equiv="Pragma" content="no-cache">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="../pic_home/bg.gif">
<table border=0 cellpadding=0 cellspacing=0 width="780">
<tr>
<td width="780"><script language="JavaScript">pntHead_in(5);</script></td>
</tr>
</table>
<table width="780" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="144" align="left" valign="top"><script language="JavaScript">pntLevel_in2lev();</script></td>
<td width="636" align="left" valign="top">
<table width="100%" border="0" cellspacing="00" cellpadding="0">
<tr>
<td><img src="images/masthead_webboard.gif" width="636" height="60" alt="Webboard"></td>
</tr>
</table>
<!--#include file="../include/userlogged.asp"-->
<table width="100%" border="0" cellpadding="0" cellspacing="10">
<tr>
<td>
<p><font face="Arial" size="2">Make new friends and practice your
English. You can join our community to meet people, exchange your
ideas and update yourselves. The language required in our community
is English so that you can practice your English in the way of communication
for better improvement. </font></p>
<%
if not Rs.eof then
if page="" then page=1
if application("pagesize")="" then
application("pagesize")=20
end if
rs.pagesize=application("pagesize")
rs.absolutepage=page
intRowCount =0
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%"><font face="Arial" size="2"><b>Display all <%=rs.Recordcount%>
topic(s)</b></font></td>
<td width="50%" align="right"><a href="web_post.asp"><img src="images/postnew.gif" alt=" Post New Topics " width="119" height="21" vspace="10" border="0"></a></td>
</tr>
</table>


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellpadding="2" cellspacing="0">

<tr bgcolor="#005B62">
<td align="center" valign="top"><b><font face="Arial" size="2" color="#FFFFFF">Date</font></b></td>
<td align="center" valign="top"><b><font face="Arial" size="2" color="#FFFFFF">No.</font></b></td>
<td align="center" valign="top"><b><font face="Arial" size="2" color="#FFFFFF">Subject</font></b></td>
<td align="center" valign="top"><b><font face="Arial" size="2" color="#FFFFFF">Posted
By </font></b></td>
<td align="center" valign="top"><b><font face="Arial" size="2" color="#FFFFFF">Replies</font></b></td>
</tr>
<%
i=1
do while not Rs.eof And intRowCount < rs.PageSize
nWEBBOARD_ID=rs("WEBBOARD_ID")
strTOPIC=rs("TOPIC")

strCREATE_BY=rs("CREATE_BY")
dCREATE_DATE=rs("CREATE_DATE")
if i mod 2 =1 then
%>
<tr>
<td bgcolor="#E7D7BD" valign="top"><font face="MS Sans Serif" size="2"><%=retdate(dCREATE_DATE)%></font></td>
<td align="center" valign="top" bgcolor="#E7D7BD"><font face="MS Sans Serif" size="2"><%=retNumber(nWEBBOARD_ID) %></font></td>
<td valign="top" bgcolor="#E7D7BD"><font face="MS Sans Serif" size="2"><a class="link" href="web_detail.asp?ID=<%=rs("WEBBOARD_ID")%>"><%=strTOPIC%></a> &nbsp; </font></td>
<td align="center" valign="top" bgcolor="#E7D7BD"><font face="MS Sans Serif" size="2"><%=strCREATE_BY %> &nbsp;</font></td>
<td align="center" valign="top" bgcolor="#E7D7BD"><font face="MS Sans Serif" size="2"><%=retReply(nWEBBOARD_ID)%> &nbsp;</font></td>
</tr>
<%else%>

<tr>
<td bgcolor="#FFEBCE" valign="top"><font face="MS Sans Serif" size="2"><%=retdate(dCREATE_DATE)%></font></td>
<td align="center" valign="top" bgcolor="#FFEBCE"><font face="MS Sans Serif" size="2"><%=retNumber(nWEBBOARD_ID) %></font></td>
<td valign="top" bgcolor="#FFEBCE"><font face="MS Sans Serif" size="2"><a class="link" href="web_detail.asp?ID=<%=rs("WEBBOARD_ID")%>"><%=strTOPIC%></a></font></td>
<td align="center" valign="top" bgcolor="#FFEBCE"><font face="MS Sans Serif" size="2"><%=strCREATE_BY %> &nbsp;</font></td>
<td align="center" valign="top" bgcolor="#FFEBCE"><font face="MS Sans Serif" size="2"><%=retReply(nWEBBOARD_ID)%> &nbsp;</font></td>
</tr>
<% end if
intRowCount = intRowCount + 1
Rs.movenext
i=i+1
loop
%>



</table>



<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right"><font face="MS Sans Serif" size="2">
<%

if not(rs.eof and rs.bof) then
' ** áÊ´§Ë¹éÒ·Ñé§ËÁ´·Õèà¡çºàä¤ÍÃì´äÇé â´ÂáÊ´§ÍÍ¡·Ò§ Anchor Link **
pg=cint(rs.pagecount)
if cint(page)>1 then
Response.write("<A class=normal HREF=index.asp?Page="&cint(page)-1&"&txbSearch="&server.urlencode(txbSearch)&"&dCREFROM="&server.urlencode(dCREFROM)&"&dCRETO="&server.urlencode(dCRETO)&">< Previous</a>&nbsp;")
end if

For i = 1 To rs.PageCount

if i=cint(page) then
Response.Write "<b><font >" & i &"</font></b> |"&vbcrlf
else
Response.Write "<A class=normal HREF=index.asp?Page=" & i &"&txbSearch="&server.urlencode(txbSearch)&"&dCREFROM="&server.urlencode(dCREFROM)&"&dCRETO="&server.urlencode(dCRETO)&">" & i & " </A>|"&vbcrlf
end if
Next
npage=page+1

if cint(page)<>pg then
Response.write("<A class=normal HREF=index.asp?Page="&npage&"&txbSearch="&server.urlencode(txbSearch)&"&dCREFROM="&server.urlencode(dCREFROM)&"&dCRETO="&server.urlencode(dCRETO)&"> Next ></a>")
end if


end if

%></font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%Else%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%"><font face="Arial" size="2">&nbsp;</font></td>
<td width="50%" align="right"><a href="web_post.asp"><img src="images/postnew.gif" alt=" Post New Topics " width="119" height="21" vspace="10" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
<%end if%>



</td>
</tr>
</table>
<br>
<script language="JavaScript">
pntfooter();
</script>
<!-- #include file="../proof/footer.asp" -->
</body>
</html>




<%
function retDate(ddate)
if ddate="" or isnull(ddate) then
retDate=""
else
retDate=day(ddate)&"/"&month(ddate)&"/"&year(ddate)
end if
end function
function retNumber(nnumber)
if nnumber="" or isnull(nnumber) then
retNumber="00000"
else
retNumber= right(("00000"&nnumber),5)
end if
end function
function retReply(id)
if id="" or isnull(id) then
retReply="0"
else
sql=" SELECT COUNT(*) AS NCOUNT FROM TRN_WEBBOARD_DETAIL WHERE WEBBOARD_ID="&id&" "
Set Rscount=Conn.execute(sql)
nCount=0
if not Rscount.eof then
nCount=Rscount("NCOUNT")

end if
Set Rscount=nothing
retReply=nCount
end if
end function

Conn.Close
Set rs = Nothing
Set Conn = Nothing
%>



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-04-23 09:17:45 By : shaman101 View : 1250 Reply : 0
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : รบกวนช่วยดู Code asp ให้หน่อยได้ไม่ครับ มันแสดง topic แค่ 10 หัวข้อ หลังจากนั้น click ไม่ได้
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่