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

Universal 90~264VAC input
5W to 65W output power
3.3V to 24V output voltage
Single, dual & triple output
Custom designed available upon request
<% While ((Repeat1__numRows <> 0) AND (NOT OpenFrame.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 OpenFrame.MoveNext() Wend %>
Product
Po(w)
Description
">
<%=(OpenFrame.Fields.Item("Product").Value)%>
<%=(OpenFrame.Fields.Item("Po").Value)%>
<%=(OpenFrame.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

<% OpenFrame.Close() %>