<%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%> <% Dim leftMenu Dim leftMenu_numRows Set leftMenu = Server.CreateObject("ADODB.Recordset") leftMenu.ActiveConnection = MM_anpec_STRING leftMenu.Source = "SELECT Title, Level1, Level2, Link, IsLink, IsShow FROM Products WHERE (IsShow = 1) ORDER BY Level1, Level2" leftMenu.CursorType = 0 leftMenu.CursorLocation = 2 leftMenu.LockType = 1 leftMenu.Open() leftMenu_numRows = 0 %> <% Dim rs11__MMColParam rs11__MMColParam = "%" If (Request.QueryString("productno") <> "") Then rs11__MMColParam = Request.QueryString("productno") End If %> <% Dim rs11 Dim rs11_numRows Set rs11 = Server.CreateObject("ADODB.Recordset") rs11.ActiveConnection = MM_anpec_STRING rs11.Source = "SELECT * FROM Reset WHERE Part_NO LIKE '%" + Replace(rs11__MMColParam, "'", "''") + "%' ORDER BY Porder" rs11.CursorType = 0 rs11.CursorLocation = 2 rs11.LockType = 1 rs11.Open() rs11_numRows = 0 %> <% Dim Repeat11__numRows Dim Repeat11__index Repeat11__numRows = -1 Repeat11__index = 0 rs11_numRows = rs11_numRows + Repeat11__numRows %> Anpec Electronics Corporation

 

<% If Not rs11.EOF Or Not rs11.BOF Then %>

Power Management Products > Reset IC or Voltage Detector/Supervisor

<% While ((Repeat11__numRows <> 0) AND (NOT rs11.EOF)) %> <% Repeat11__index=Repeat11__index+1 Repeat11__numRows=Repeat11__numRows-1 rs11.MoveNext() Wend %>
Part NO. Package & Pins Supply Voltage
(in Volts)
Supply Current
(in uA)
Detect Voltage Range
(in Volts)
Reset Output Type Manual Reset Reset Time Delay
(in msec)
Status
<% If rs11.Fields.Item("link").Value<>"" Then %> " target="product"><%=(rs11.Fields.Item("Part_NO").Value)%> <% Else %> <%=(rs11.Fields.Item("Part_NO").Value)%> <% End If ' end rs11.EOF And rs11.BOF %> <%=(rs11.Fields.Item("Package").Value)%> <%=(rs11.Fields.Item("Supply").Value)%> <%=(rs11.Fields.Item("Current").Value)%> <%=(rs11.Fields.Item("Detect").Value)%> <%=(rs11.Fields.Item("Reset").Value)%> <%=(rs11.Fields.Item("Manual").Value)%> <%=(rs11.Fields.Item("Time").Value)%> <%=(rs11.Fields.Item("Status").Value)%>
<% End If ' end Not rs11.EOF Or NOT rs11.BOF %>

   
   
 
 
<% rs11.Close() Set rs11 = Nothing %>