<%@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 %> 無標題文件
Power Supply>>IPC/Server Power Supplies>>AC-DC Power Supply

AC-DC Power Supply
Output Power: 200W to 500W
Input Voltage: Universal, 90-264VAC
Output Voltage: Regulated in-Single,Dual, Triple or Quad Form
AC-DC Industrial SPS Series, With Active P.F.C.
<% While ((Repeat1__numRows <> 0) AND (NOT ACDC.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 ACDC.MoveNext() Wend %>
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.

Copyright © 2003Universal Microelectronics.
For comments or questions about this site,
contact us

<% ACDC.Close() %>