<%@ Language=VBScript %> <% Response.Buffer = true Response.Expires = -1000 pagetitle = "small dish parts" set Conn = Server.CreateObject("ADODB.Connection") Conn.Open(Session("ConnectString")) qry = "SELECT * FROM [Items] WHERE [Type] = 'S' ORDER BY [SortOrder];" set items = Conn.Execute(qry) %> Small Dish Parts - Sky View Video
<% while not items.EOF %> <% items.MoveNext wend %>
Small Dish Parts/Accessories List
<% = items("ItemName") %> <% = FormatCurrency(items("Price")) %>
<% = items("Description") %>

Please contact us for more information about any of these parts...