Dell parts stocklist
Prices are exclusive of VAT and delivery. If no price is listed, please call us direct on 01428 707900.
<%@Language = vbscript EnableSessionState = False%> <% Dim Dell__MMColParam Dell__MMColParam = "Dell" if (Request("MM_EmptyValue") <> "") then Dell__MMColParam = Request("MM_EmptyValue") %> <% set Dell = Server.CreateObject("ADODB.Recordset") Dell.ActiveConnection = MM_HAL_STRING Dell.Source = "SELECT * FROM dellstockdata WHERE Manufacturer = '" + Replace(Dell__MMColParam, "'", "''") + "'" Dell.CursorType = 0 Dell.CursorLocation = 2 Dell.LockType = 3 Dell.Open() Dell_numRows = 0 Server.ScriptTimeout = 180 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 Apple_numRows = Apple_numRows + Repeat1__numRows %> <% While ((Repeat1__numRows <> 0) AND (NOT Dell.EOF)) %>
| <%=(Dell.Fields.Item("Part_no").Value)%> | <%=(Dell.Fields.Item("Description").Value)%> | <%=(Dell.Fields.Item("Quantity").Value)%> | £<%=(Dell.Fields.Item("Unit_Price").Value)%> |
