<%if request("id")="" then
response.Write "No news!"
else
id=cint(request("id"))
sql="update news set hit=hit+1 where id="&id
conn.execute sql
set rs=server.createobject("adodb.recordset")
sql="select * from news where id="&id
rs.open sql,conn,1,1
%>
| Notice for Chinese Lunar New year |
| 2008-1-9 |
|
CREATOR offices and factories will be closed for Chinese Lunar New Year holiday from Jan 30¡«Feb 14, we should be back to work on Feb 15.
If you have any urgent matter that needs our help during the holidays, you can still e-mail us. We will try our best to give you a quick response. Happy Chinese New Year! |
|