<%@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 rs3__MMColParam rs3__MMColParam = "%" If (Request.QueryString("productno") <> "") Then rs3__MMColParam = Request.QueryString("productno") End If %> <% Dim rs3 Dim rs3_numRows Set rs3 = Server.CreateObject("ADODB.Recordset") rs3.ActiveConnection = MM_anpec_STRING rs3.Source = "SELECT * FROM Linear WHERE Part_NO LIKE '%" + Replace(rs3__MMColParam, "'", "''") + "%' ORDER BY Porder" rs3.CursorType = 0 rs3.CursorLocation = 2 rs3.LockType = 1 rs3.Open() rs3_numRows = 0 %> <% Dim rs4__MMColParam rs4__MMColParam = "%" If (Request.QueryString("productno") <> "") Then rs4__MMColParam = Request.QueryString("productno") End If %> <% Dim rs4 Dim rs4_numRows Set rs4 = Server.CreateObject("ADODB.Recordset") rs4.ActiveConnection = MM_anpec_STRING rs4.Source = "SELECT * FROM Standard WHERE Part_NO LIKE '%" + Replace(rs4__MMColParam, "'", "''") + "%' ORDER BY Porder" rs4.CursorType = 0 rs4.CursorLocation = 2 rs4.LockType = 1 rs4.Open() rs4_numRows = 0 %> <% Dim rs5__MMColParam rs5__MMColParam = "%" If (Request.QueryString("productno") <> "") Then rs5__MMColParam = Request.QueryString("productno") End If %> <% Dim rs5 Dim rs5_numRows Set rs5 = Server.CreateObject("ADODB.Recordset") rs5.ActiveConnection = MM_anpec_STRING rs5.Source = "SELECT * FROM Super WHERE Part_NO LIKE '%" + Replace(rs5__MMColParam, "'", "''") + "%' ORDER BY Porder" rs5.CursorType = 0 rs5.CursorLocation = 2 rs5.LockType = 1 rs5.Open() rs5_numRows = 0 %> <% Dim rs6__MMColParam rs6__MMColParam = "%" If (Request.QueryString("productno") <> "") Then rs6__MMColParam = Request.QueryString("productno") End If %> <% Dim rs6 Dim rs6_numRows Set rs6 = Server.CreateObject("ADODB.Recordset") rs6.ActiveConnection = MM_anpec_STRING rs6.Source = "SELECT * FROM Low WHERE Part_NO LIKE '%" + Replace(rs6__MMColParam, "'", "''") + "%' ORDER BY Porder" rs6.CursorType = 0 rs6.CursorLocation = 2 rs6.LockType = 1 rs6.Open() rs6_numRows = 0 %> <% Dim rs7__MMColParam rs7__MMColParam = "%" If (Request.QueryString("productno") <> "") Then rs7__MMColParam = Request.QueryString("productno") End If %> <% Dim rs7 Dim rs7_numRows Set rs7 = Server.CreateObject("ADODB.Recordset") rs7.ActiveConnection = MM_anpec_STRING rs7.Source = "SELECT * FROM Load WHERE Part_NO LIKE '%" + Replace(rs7__MMColParam, "'", "''") + "%' ORDER BY Porder" rs7.CursorType = 0 rs7.CursorLocation = 2 rs7.LockType = 1 rs7.Open() rs7_numRows = 0 %> <% Dim Repeat3__numRows Dim Repeat3__index Repeat3__numRows = -1 Repeat3__index = 0 rs3_numRows = rs3_numRows + Repeat3__numRows %> <% Dim Repeat4__numRows Dim Repeat4__index Repeat4__numRows = -1 Repeat4__index = 0 rs4_numRows = rs4_numRows + Repeat4__numRows %> <% Dim Repeat5__numRows Dim Repeat5__index Repeat5__numRows = -1 Repeat5__index = 0 rs5_numRows = rs5_numRows + Repeat5__numRows %> <% Dim Repeat6__numRows Dim Repeat6__index Repeat6__numRows = -1 Repeat6__index = 0 rs6_numRows = rs6_numRows + Repeat6__numRows %> <% Dim Repeat7__numRows Dim Repeat7__index Repeat7__numRows = -1 Repeat7__index = 0 rs7_numRows = rs7_numRows + Repeat7__numRows %> Anpec Electronics Corporation

 


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

Power Management Products > Low Dropout Regulators > Linear Regulator

<% While ((Repeat3__numRows <> 0) AND (NOT rs3.EOF)) %> <% Repeat3__index=Repeat3__index+1 Repeat3__numRows=Repeat3__numRows-1 rs3.MoveNext() Wend %>
Part NO. Main App. Fields Package & Pins Input Voltage
(in Volts)
Output Current
(in mA)
Dropout Voltage
(in Volts)
Output Voltage
(in Volts)
Enable / PG Pin Status
<% If rs3.Fields.Item("link").Value<>"" Then %> " target="product"><%=(rs3.Fields.Item("Part_NO").Value)%> <% Else %> <%=(rs3.Fields.Item("Part_NO").Value)%> <% End If ' end rs3.EOF And rs3.BOF %> <%=(rs3.Fields.Item("Main").Value)%> <%=(rs3.Fields.Item("Package").Value)%> <%=(rs3.Fields.Item("Input").Value)%> <%=(rs3.Fields.Item("Output").Value)%> <%=(rs3.Fields.Item("Dropout").Value)%> <%=(rs3.Fields.Item("Voltage").Value)%> <%=(rs3.Fields.Item("Enable").Value)%> <%=(rs3.Fields.Item("Status").Value)%>
<% End If ' end Not rs3.EOF Or NOT rs3.BOF %> <% If Not rs4.EOF Or Not rs4.BOF Then %>

Power Management Products > Low Dropout Regulators > Standard Low Dropout Regulators ( Dropout Voltage > 1V )

<% While ((Repeat4__numRows <> 0) AND (NOT rs4.EOF)) %> <% Repeat4__index=Repeat4__index+1 Repeat4__numRows=Repeat4__numRows-1 rs4.MoveNext() Wend %>
Part NO. Main App. Fields Package & Pins Input Voltage
(in Volts)
Output Curren
(in mA)
Dropout Voltage
(in Volts)
Output Voltage
(in Volts)
Enable / PG Pin Status
<% If rs4.Fields.Item("link").Value<>"" Then %> " target="product"><%=(rs4.Fields.Item("Part_NO").Value)%> <% Else %> <%=(rs4.Fields.Item("Part_NO").Value)%> <% End If ' end rs4.EOF And rs4.BOF %> <%=(rs4.Fields.Item("Main").Value)%> <%=(rs4.Fields.Item("Package").Value)%> <%=(rs4.Fields.Item("Input").Value)%> <%=(rs4.Fields.Item("Output").Value)%> <%=(rs4.Fields.Item("Dropout").Value)%> <%=(rs4.Fields.Item("Voltage").Value)%> <%=(rs4.Fields.Item("Enable").Value)%> <%=(rs4.Fields.Item("Status").Value)%>
<% End If ' end Not rs4.EOF Or NOT rs4.BOF %> <% If Not rs5.EOF Or Not rs5.BOF Then %>

Power Management Products > Low Dropout Regulators > Super Low Dropout Regulators ( Dropout Voltage ≦ 1V )

<% While ((Repeat5__numRows <> 0) AND (NOT rs5.EOF)) %> <% Repeat5__index=Repeat5__index+1 Repeat5__numRows=Repeat5__numRows-1 rs5.MoveNext() Wend %>
Part NO. Main App. Fields Package & Pins Input Voltage
(in Volts)
Output Current
(in mA)
Dropout Voltage
(in Volts)
Output Voltage
(in Volts)
Enable / PG Pin Status
<% If rs5.Fields.Item("link").Value<>"" Then %> " target="product"><%=(rs5.Fields.Item("Part_NO").Value)%> <% Else %> <%=(rs5.Fields.Item("Part_NO").Value)%> <% End If ' end rs5.EOF And rs5.BOF %> <%=(rs5.Fields.Item("Main").Value)%> <%=(rs5.Fields.Item("Package").Value)%> <%=(rs5.Fields.Item("Input").Value)%> <%=(rs5.Fields.Item("Output").Value)%> <%=(rs5.Fields.Item("Dropout").Value)%> <%=(rs5.Fields.Item("Voltage").Value)%> <%=(rs5.Fields.Item("Enable").Value)%> <%=(rs5.Fields.Item("Status").Value)%>
<% End If ' end Not rs5.EOF Or NOT rs5.BOF %> <% If Not rs6.EOF Or Not rs6.BOF Then %>

Power Management Products > Low Dropout Regulators > Low Dropout Regulator With Both Sourcing / Sinking Capability

<% While ((Repeat6__numRows <> 0) AND (NOT rs6.EOF)) %> <% Repeat6__index=Repeat6__index+1 Repeat6__numRows=Repeat6__numRows-1 rs6.MoveNext() Wend %>
Part NO. Main App. Fields Package & Pins Input Voltage
(in Volts)
Output Current
(in mA)
Dropout Voltage
(in Volts)
Output Voltage
(in Volts)
Enable / PG Pin Status
<% If rs6.Fields.Item("link").Value<>"" Then %> " target="product"><%=(rs6.Fields.Item("Part_NO").Value)%> <% Else %> <%=(rs6.Fields.Item("Part_NO").Value)%> <% End If ' end rs6.EOF And rs6.BOF %> <%=(rs6.Fields.Item("Main").Value)%> <%=(rs6.Fields.Item("Package").Value)%> <%=(rs6.Fields.Item("Input").Value)%> <%=(rs6.Fields.Item("Output").Value)%> <%=(rs6.Fields.Item("Dropout").Value)%> <%=(rs6.Fields.Item("Voltage").Value)%> <%=(rs6.Fields.Item("Enable").Value)%> <%=(rs6.Fields.Item("Status").Value)%>
<% End If ' end Not rs6.EOF Or NOT rs6.BOF %> <% If Not rs7.EOF Or Not rs7.BOF Then %>

Power Management Products > Low Dropout Regulators > Load Switch(APL)

<% While ((Repeat7__numRows <> 0) AND (NOT rs7.EOF)) %> <% Repeat7__index=Repeat7__index+1 Repeat7__numRows=Repeat7__numRows-1 rs7.MoveNext() Wend %>
Part NO. Package & Pins Supply Voltage
(in Volts)
Supply Current
(in uA)
On Resistance
(in mohm)
Current Limit
(in Amps)
Enable Pin Flag Status
<% If rs7.Fields.Item("link").Value<>"" Then %> " target="product"><%=(rs7.Fields.Item("Part_NO").Value)%> <% Else %> <%=(rs7.Fields.Item("Part_NO").Value)%> <% End If ' end rs7.EOF And rs7.BOF %> <%=(rs7.Fields.Item("Package").Value)%> <%=(rs7.Fields.Item("Supply").Value)%> <%=(rs7.Fields.Item("Scurrent").Value)%> <%=(rs7.Fields.Item("Resistance").Value)%> <%=(rs7.Fields.Item("CLimit").Value)%> <%=(rs7.Fields.Item("Enable").Value)%> <%=(rs7.Fields.Item("Flag").Value)%> <%=(rs7.Fields.Item("Status").Value)%>
<% End If ' end Not rs7.EOF Or NOT rs7.BOF %>

   
   
 
 
<% rs3.Close() Set rs3 = Nothing %> <% rs4.Close() Set rs4 = Nothing %> <% rs5.Close() Set rs5 = Nothing %> <% rs6.Close() Set rs6 = Nothing %> <% rs7.Close() Set rs7 = Nothing %>