<%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%> <% Dim Adapter__MMColParam Adapter__MMColParam = "Adapter" if (Request.QueryString("Type") <> "") then Adapter__MMColParam = Request.QueryString("Type") %> <% set Adapter = Server.CreateObject("ADODB.Recordset") Adapter.ActiveConnection = MM_power1_STRING Adapter.Source = "SELECT Product, Po, Description, pdf FROM power WHERE (Type = '" + Replace(Adapter__MMColParam, "'", "''") + "') ORDER BY maxpower ASC" Adapter.CursorType = 0 Adapter.CursorLocation = 2 Adapter.LockType = 3 Adapter.Open() Adapter_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Adapter_numRows = Adapter_numRows + Repeat1__numRows %> 無標題文件
Power Supply>>Adapters

Universal 90~264VAC input
8W to 65W output power
5V to 48V output voltage
Single, dual & triple output
Wall mount & desk top
Battery charger, DC-DC adapter & Custom designed available upon --------request


<% While ((Repeat1__numRows <> 0) AND (NOT Adapter.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 Adapter.MoveNext() Wend %>
Product
Po(w)
Description
">
<%=(Adapter.Fields.Item("Product").Value)%>
<%=(Adapter.Fields.Item("Po").Value)%>
<%=(Adapter.Fields.Item("Description").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

 

<% Adapter.Close() %>