<%
Session.LCID = 1033
Set newsRecords = Server.CreateObject ("ADODB.Recordset")
sql2 = "SELECT * FROM news where newsId = " & newsId
newsRecords.Open sql2, connect
'imgpath = Server.MapPath("/images/products/bigimages/")
imgpath = "./images/products/news"
%>
<%if not newsRecords("newsImgbg") = "" Then%>
" />
|
|
<%end if%>
<%=newsRecords("newsTitle")%>
Posted on (<%=newsRecords("newsStart")%>) <%=newsRecords("newsDetail")%>
|
<%
newsRecords.Close
connect.Close
set newsRecords = nothing
set connect = nothing
%>
See All |