%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%> <% Dim DCDC__MMColParam DCDC__MMColParam = "IPC/Server Power Supply" 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, Remark FROM power WHERE (Type = '" + Replace(DCDC__MMColParam, "'", "''") + "') and (SubType ='DC-DC Triple Output Single Power Supply') ORDER BY Remark,Maxpower ASC" DCDC.CursorType = 0 DCDC.CursorLocation = 2 DCDC.LockType = 3 DCDC.Open() DCDC_numRows = 0 %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 DCDC_numRows = DCDC_numRows + Repeat2__numRows %>
| DC-DC
Power Supply |
| Product |
Po(w) |
Description |
Remark |
|
| "> |
<%=(DCDC.Fields.Item("Product").Value)%> |
<%=(DCDC.Fields.Item("Po").Value)%> |
<%=(DCDC.Fields.Item("Description").Value)%> | <%=(DCDC.Fields.Item("Remark").Value)%> |
If you are unable to acess the pdf file, please download the acrobat fix package.