%@LANGUAGE="JAVASCRIPT"%>
<%
var rs = Server.CreateObject("ADODB.Recordset");
rs.ActiveConnection = MM_new_STRING;
rs.Source = "SELECT * FROM new ORDER BY id DESC";
rs.CursorType = 0;
rs.CursorLocation = 2;
rs.LockType = 1;
rs.Open();
var rs_numRows = 0;
%>
<%
var Repeat1__numRows = 5;
var Repeat1__index = 0;
rs_numRows += Repeat1__numRows;
%>
北京神网创新科技有限公司 010-62127194
| Welcome to our site! >> 企业架构 |
|
|
Copyright © 2007 神网创新.All Rights Reserved.
|
公司总机/传真:010-62127194 010-62238462 销售专线/传真:010-62161437 Email: swcx@swcx.com |
<%
rs.Close();
%>