%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%> <% Dim dcdc__MMColParam dcdc__MMColParam = "DC-DC Converters" if (Request.QueryString("type") <> "") then dcdc__MMColParam = Request.QueryString("type") %> <% set dcdc = Server.CreateObject("ADODB.Recordset") dcdc.ActiveConnection = MM_power1_STRING dcdc.Source = "SELECT PDF, Product, Po, Description FROM power WHERE Type = '" + Replace(dcdc__MMColParam, "'", "''") + "' ORDER BY MaxPower,product ASC" dcdc.CursorType = 0 dcdc.CursorLocation = 2 dcdc.LockType = 3 dcdc.Open() dcdc_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 dcdc_numRows = dcdc_numRows + Repeat1__numRows %>
|
|
| Product |
Po(w) |
Description |
|
| "> |
<%=(dcdc.Fields.Item("Product").Value)%> |
<%=(dcdc.Fields.Item("Po").Value)%> |
<%=(dcdc.Fields.Item("Description").Value)%> |
|
All Files |
If
you are unable to acess the pdf file, please download the acrobat fix package.