%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%> <% Dim ACDC__MMColParam ACDC__MMColParam = "IPC/Server Power Supply" if (Request.QueryString("Type") <> "") then ACDC__MMColParam = Request.QueryString("Type") %> <% set ACDC = Server.CreateObject("ADODB.Recordset") ACDC.ActiveConnection = MM_power1_STRING ACDC.Source = "SELECT PDF, Product, Po, Description, Remark FROM power WHERE (Type = '" + Replace(ACDC__MMColParam, "'", "''") + "') and (SubType='AC-DC Triple Output Single Power Supply') ORDER BY Remark,maxpower ASC" ACDC.CursorType = 0 ACDC.CursorLocation = 2 ACDC.LockType = 3 ACDC.Open() ACDC_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 ACDC_numRows = ACDC_numRows + Repeat1__numRows %>
| AC-DC
Power Supply |
| Product |
Po(w) |
Description |
Remark |
|
| "> |
<%=(ACDC.Fields.Item("Product").Value)%> |
<%=(ACDC.Fields.Item("Po").Value)%> |
<%=(ACDC.Fields.Item("Description").Value)%> |
<%=(ACDC.Fields.Item("Remark").Value)%> |
If you are unable to acess the pdf file, please download the acrobat fix package.