<%@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 rs22__MMColParam rs22__MMColParam = "%" If (Request.QueryString("productno") <> "") Then rs22__MMColParam = Request.QueryString("productno") End If %> <% Dim rs22 Dim rs22_numRows Set rs22 = Server.CreateObject("ADODB.Recordset") rs22.ActiveConnection = MM_anpec_STRING rs22.Source = "SELECT * FROM Hall WHERE Part_NO LIKE '%" + Replace(rs22__MMColParam, "'", "''") + "%' ORDER BY Porder" rs22.CursorType = 0 rs22.CursorLocation = 2 rs22.LockType = 1 rs22.Open() rs22_numRows = 0 %> <% Dim Repeat22__numRows Dim Repeat22__index Repeat22__numRows = -1 Repeat22__index = 0 rs22_numRows = rs22_numRows + Repeat22__numRows %> Anpec Electronics Corporation

 

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

Amplifier And Driver > Hall Effect IC

<% While ((Repeat22__numRows <> 0) AND (NOT rs22.EOF)) %> <% Repeat22__index=Repeat22__index+1 Repeat22__numRows=Repeat22__numRows-1 rs22.MoveNext() Wend %>
Part NO. Main App. Fields Package & Pins Input Voltage
(in Volts)
Output Current
(in mA)
Bop<=50G
Brp>=-50G
Bop<=70G
Brp>=-70G
Bop<=100G
Brp>=-100G
Bop<=150G
Brp>=-150G
Status
<% If rs22.Fields.Item("link").Value<>"" Then %> " target="product"><%=(rs22.Fields.Item("Part_NO").Value)%> <% Else %> <%=(rs22.Fields.Item("Part_NO").Value)%> <% End If ' end rs22.EOF And rs22.BOF %> <%=(rs22.Fields.Item("Main").Value)%> <%=(rs22.Fields.Item("Package").Value)%> <%=(rs22.Fields.Item("Input").Value)%> <%=(rs22.Fields.Item("Output").Value)%> <%=(rs22.Fields.Item("Bop1").Value)%> <%=(rs22.Fields.Item("Bop2").Value)%> <%=(rs22.Fields.Item("Bop3").Value)%> <%=(rs22.Fields.Item("Bop4").Value)%> <%=(rs22.Fields.Item("Status").Value)%>
<% End If ' end Not rs22.EOF Or NOT rs22.BOF %>

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