%@LANGUAGE="VBSCRIPT"%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_lonwin_STRING
Recordset1.Source = "SELECT * FROM cgal ORDER BY id DESC"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = 15
Repeat1__index = 0
Recordset1_numRows = Recordset1_numRows + Repeat1__numRows
%>
桂林集琦生化有限公司
|
| |
热烈祝贺我公司产品获得全国工业产品生产许可证
及 QS( 质量安全 ) 标志 |
|
|
经过公司科研质检中心和全体公司成员的不懈努力与坚持,我公司产品质量又上一个 |
|
| 新台阶,以下实行国家标准及行业标准的产品顺利通过了国家农药审查部的现场考核及产 |
| 品质量抽检,获得了国家质量检验检疫总局颁发的工业产品生产许可证及QS(质量安全)标 |
| 志,获证产品为:阿维菌素原药、虫螨克(1.8 %阿维菌素乳油)、虫螨克2号(0.9 %阿维 |
| 菌素乳油)、定行(20 %啶虫脒可湿性粉剂)、正霜(50 %福美双可湿性粉剂)。 |
| |
|
|
|
|
| |
| Copyright@
2002-2004 www.jiqish.com, All Rights Reserved. |
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>
..
.