% @Language=VBScript @CodePage=1256 %> <% Response.Buffer=false Response.CacheControl="no-cache" %>
|
بسم الله الرحمن الرحيم <%=ArticleRS("Title")%> |
<%
Set RelRS=Conn.Execute("SELECT Article.ArticleID, Cat.CatName, Article_1.ArticleID, Article_1.Title, Article_1.ArticleID FROM Cat INNER JOIN (((Article INNER JOIN ArticleCat ON Article.ArticleID = ArticleCat.Article) INNER JOIN ArticleCat AS ArticleCat_1 ON ArticleCat.Cat = ArticleCat_1.Cat) INNER JOIN Article AS Article_1 ON ArticleCat_1.Article = Article_1.ArticleID) ON Cat.CatID = ArticleCat.Cat WHERE (((Article.ArticleID)="&ArticleRS("ArticleID")&"));")
if (not RelRS.eof) and (not RelRS.bof) then
%>
مواضيع مرتبطة :
<%
CatName=RelRS("CatName")
Response.Write CatName & "" do while not RelRS.eof %> "><%=RelRS("Title")%> <% RelRS.MoveNext if (not RelRS.eof) then if (RelRS("CatName")<>CatName) then CatName=RelRS("CatName") Response.Write CatName & " " end if end if loop %> التعليقات :
<%
Set CommentRS=Conn.Execute("Select * From Comment Where Article="&ArticleRS("ArticleID")&" Order by CommentDate DESC,CommentID DESC")
do while not CommentRS.eof
%>
|
|||
| <%=DatePart("d",ArticleRS("PublishDate"))&"/"&DatePart("m",ArticleRS("PublishDate"))&"/"&DatePart("yyyy",ArticleRS("PublishDate"))%> | ||||
|
<%=ArticleRS("Brief")%>
|
||||
| <%=ArticleRS("ArticleHTML")%> |