|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%
dim indexs
dim titles
dim contents
dim shijian
dim sources
if not len(request("id"))=0 then
indexs=Cint(request("id"))
else
indexs=0
end if
set rs=server.createobject("adodb.recordset")
sql="select * from harticle where titleid="&indexs;
rs.open sql,conn,3,3
if rs.eof and rs.bof then
titles="空新闻!"
contents="无内容"
shijian="0000年00月00日"
sources="无"
else
titles=rs("title")
contents=rs("content")
shijian=cstr(month(rs("dateandtime")))+"月"+cstr(day(rs("dateandtime")))+"日"
sources=rs("source")
end if
%>
您的位置:首页》梁仕荣先生专访》图片资料
|
|
|
专访香港伟确集团有限公司董事长梁仕荣先生
图片资料四
|
|
|
|
|
返回》》 |
|
|
|
|
|
|
|