 |
|
<%
set rs=server.createobject("adodb.recordset")
sql="select * from protype where grade=1"
rs.open sql,conn,1,1
if not rs.bof then
do while not rs.eof
names=rs("name")
id=rs("id")
%>
| 太阳能电池组件 |
| 太阳能电池片 |
| 太阳能照明系统 |
| 太阳能光伏发电 |
| 太阳能户用电源 |
<%
rs.movenext
loop
end if
rs.close
set rs = nothing
%>
|
|
|
|
<%
if request("id")<>"" then
id=trim(request("id"))
set rs=server.createobject("adodb.recordset")
sql="select * from news where id=" & id
rs.open sql,conn,1,1
if not rs.bof then
times=year(rs("time"))&"-"&month(rs("time"))&"-"&day(rs("time"))
%>
| 太阳能百万扶持计划 |
| 编辑:admin 发布时间:2008-9-20 |
针对当今恶劣的经济形势,公司扩大内需 适应国家可持续发展战略,贯彻落实节能减排的会议精神。今公司大会
讨论实行太阳能百万扶持计划。
现诚招省,市,县各级代理商、加盟商。欢迎来电来函咨询!
招商电话:0573-83167999
传真:0573-83162600
手机:13185389977 田主任 (24小时在线) |
|
<%
end if
rs.close
conn.close
set conn = nothing
set rs = nothing
end if
%>
|
|