% Set LConn = Server.CreateObject("ADODB.Connection") Set LS = Server.CreateObject("ADODB.Recordset") LConn.Open "monicas_LeamanADO", "leamanCon", "leatainer" LSQL = "SELECT * FROM LeaQuotes ORDER BY QuoteID Asc " LS.Open LSQL, LConn, 1, 3 LSFound = LS.Recordcount Randomize QShow = Int(Rnd * LSFound) LS.Move(QShow) QBy = Server.HTMLEncode(LS("QuoteBy")) QText = Server.HTMLEncode(LS("QuoteText")) LS.Close Set LS = Nothing Set PS = Server.CreateObject("ADODB.Recordset") pSQL = "SELECT * FROM LeaBoxes WHERE BoxFeature = 1 " PS.Open pSQL, LConn, 1, 3 PName = PS("BoxName") PDesc = PS("BoxDesc") PCat = PS("BoxCat") PImage = PS("BoxImage") PS.Close Set PS = Nothing Set ColS = Server.CreateObject("ADODB.Recordset") colSQL = "SELECT * FROM BoxCollege WHERE Image IS NOT NULL " ColS.Open colSQL, LConn, 1, 3 ColSFound = ColS.Recordcount Randomize ColShow = Int(Rnd * ColSFound) ColS.Move(ColShow) strColName = ColS("Name") strColDef = ColS("Definition") strColImg = ColS("Image") ColS.Close Set ColS = Nothing LConn.Close %>
![]() |
|||||
|
Online Catalog Business to Business Shipping & Savings Request a Brochure Design Customer Service Company History Quality Policy |
Box Outlet #1 5701 E. Rosedale Fort Worth, TX 76112 817-451-8845 Fax 817-507-0970 Box Outlet #2 4011-A Benbrook Hwy. Fort Worth, TX 76116 817-731-1616 Fax 817-731-1617 Box Outlet #3 2106 Harwood Road Bedford, TX 76021 817-354-8998 Fax 817-354-8999 |
|
|||
<%=Server.HTMLEncode(PName)%> <% if IsNULL(PImage) then else %> <% end if %> |
|||||
| Copyright © <%= Year(Now())%> the Box Outlet. Privacy Policy. | |||||