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


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

Amplifier And Driver > Operational Amplifier

<% While ((Repeat1__numRows <> 0) AND (NOT rs1.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rs1.MoveNext() Wend %>
Part NO. Main App. Fields Package & Pins Input Voltage
(in Volts)
Output Current
(in mA)
Offset Voltage
(in mVolts)
Bandwidth
(in MHz)
Voltage gain
(in dB)
Status
<% If rs1.Fields.Item("link").Value<>"" Then %> " target="product"><%=(rs1.Fields.Item("Part_NO").Value)%> <% Else %> <%=(rs1.Fields.Item("Part_NO").Value)%> <% End If ' end rs1.EOF And rs1.BOF %> <%=(rs1.Fields.Item("Main").Value)%> <%=(rs1.Fields.Item("Package").Value)%> <%=(rs1.Fields.Item("Input").Value)%> <%=(rs1.Fields.Item("Output").Value)%> <%=(rs1.Fields.Item("OffsetVoltage").Value)%> <%=(rs1.Fields.Item("Bandwidth").Value)%> <%=(rs1.Fields.Item("Voltage").Value)%> <%=(rs1.Fields.Item("Status").Value)%>
<% End If ' end Not rs1.EOF Or NOT rs1.BOF %>

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