<%@ Language=VBScript %> List All Coupons <% Dim strHTML Dim objSearch Set objSearch = CreateObject("Coupon.cCoupon") strHTML = objSearch.ListCoupons() Set objSearch = Nothing strHTML = Replace(strHTML, ",", "" +vbCrLf + "" Response.Write strHTML %>
Offer IDProduct IDSoftware Name CommisionDiscountCouponDelete
") strHTML = Replace(strHTML, vbCrLf, "
") strHTML = "
" + strHTML + "