%@ Language=VBScript %> <% Response.Buffer = true Response.Expires = -1000 pagetitle = "c-band parts" set Conn = Server.CreateObject("ADODB.Connection") Conn.Open(Session("ConnectString")) qry = "SELECT * FROM [Items] WHERE [Type] = 'C' ORDER BY [SortOrder];" set items = Conn.Execute(qry) %>
|
|
|||
| C-Band Parts List | |||
|
|
|||
|
|
|||
|
|
|||
| <% = items("ItemName") %> | <% = FormatCurrency(items("Price")) %> | ||
|
|||
|
|
|||
|
|
|||
|
|
|||
Please contact us for more information about any of these parts...