<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_cmd Dim Recordset1_numRows Set Recordset1_cmd = Server.CreateObject ("ADODB.Command") Recordset1_cmd.ActiveConnection = MM_conn_sdigiplus_STRING Recordset1_cmd.CommandText = "SELECT * FROM offers ORDER BY offers_id DESC" Recordset1_cmd.Prepared = true Set Recordset1 = Recordset1_cmd.Execute Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Recordset1_numRows = Recordset1_numRows + Repeat1__numRows %> DIGITAL + - Digital Printing Offers

Offers!

 
<% While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF)) %>
<%=(Recordset1.Fields.Item("offers_en").Value)%>

 

<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 Recordset1.MoveNext() Wend %>

Why Us?

Considering the low prices, excellent service and friendly cooperation we provide, we can become your ideal partner in the printing business.
Highlight your business with quality envelopes and letterheads bearing your logo and your data with less cost!
<% Recordset1.Close() Set Recordset1 = Nothing %>