<%newsId = cInt(Request.QueryString("newspass"))%>
 
 

<% 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
 
  Tv Commercial  
 

 
     © 2010-17 Copyright Euro Ceramics Ltd.
Home   Company   Product Info.   Media   Investor Relations   Contact  
<% 'connect.Close set connect = nothing %>