%@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 rs8__MMColParam
rs8__MMColParam = "%"
If (Request.QueryString("productno") <> "") Then
rs8__MMColParam = Request.QueryString("productno")
End If
%>
<%
Dim rs8
Dim rs8_numRows
Set rs8 = Server.CreateObject("ADODB.Recordset")
rs8.ActiveConnection = MM_anpec_STRING
rs8.Source = "SELECT * FROM CMOS WHERE Part_NO LIKE '%" + Replace(rs8__MMColParam, "'", "''") + "%' ORDER BY Porder"
rs8.CursorType = 0
rs8.CursorLocation = 2
rs8.LockType = 1
rs8.Open()
rs8_numRows = 0
%>
<%
Dim rs9__MMColParam
rs9__MMColParam = "%"
If (Request.QueryString("productno") <> "") Then
rs9__MMColParam = Request.QueryString("productno")
End If
%>
<%
Dim rs9
Dim rs9_numRows
Set rs9 = Server.CreateObject("ADODB.Recordset")
rs9.ActiveConnection = MM_anpec_STRING
rs9.Source = "SELECT * FROM CMOS_Voltage WHERE Part_NO LIKE '%" + Replace(rs9__MMColParam, "'", "''") + "%' ORDER BY Porder"
rs9.CursorType = 0
rs9.CursorLocation = 2
rs9.LockType = 1
rs9.Open()
rs9_numRows = 0
%>
<%
Dim rs10__MMColParam
rs10__MMColParam = "%"
If (Request.QueryString("productno") <> "") Then
rs10__MMColParam = Request.QueryString("productno")
End If
%>
<%
Dim rs10
Dim rs10_numRows
Set rs10 = Server.CreateObject("ADODB.Recordset")
rs10.ActiveConnection = MM_anpec_STRING
rs10.Source = "SELECT * FROM House WHERE Part_NO LIKE '%" + Replace(rs10__MMColParam, "'", "''") + "%' ORDER BY Porder"
rs10.CursorType = 0
rs10.CursorLocation = 2
rs10.LockType = 1
rs10.Open()
rs10_numRows = 0
%>
<%
Dim Repeat8__numRows
Dim Repeat8__index
Repeat8__numRows = -1
Repeat8__index = 0
rs8_numRows = rs8_numRows + Repeat8__numRows
%>
<%
Dim Repeat9__numRows
Dim Repeat9__index
Repeat9__numRows = -1
Repeat9__index = 0
rs9_numRows = rs9_numRows + Repeat9__numRows
%>
<%
Dim Repeat10__numRows
Dim Repeat10__index
Repeat10__numRows = -1
Repeat10__index = 0
rs10_numRows = rs10_numRows + Repeat10__numRows
%>
Anpec Electronics Corporation
Please key Part
No.
Or Key Word Search |
|
|
|
|
|
|
|
|
<% If Not rs8.EOF Or Not rs8.BOF Then %>
Power Management Products > Switching
Regulators >
CMOS Current Mode PWM Voltage Controller
| Part NO. |
Main App. Fields |
Package & Pins |
Input Voltage
(in Volts) |
Start-Up Current
(in uA) |
Operating Supply Current (in mA) |
Duty Cycle
( % ) |
Min Operating Voltage
( in Volts) |
Status |
<%
While ((Repeat8__numRows <> 0) AND (NOT rs8.EOF))
%>
|
<% If rs8.Fields.Item("link").Value<>"" Then %>
" target="product"><%=(rs8.Fields.Item("Part_NO").Value)%>
<% Else %>
<%=(rs8.Fields.Item("Part_NO").Value)%>
<% End If ' end rs8.EOF And rs8.BOF %>
|
<%=(rs8.Fields.Item("Main").Value)%> |
<%=(rs8.Fields.Item("Package").Value)%> |
<%=(rs8.Fields.Item("Input").Value)%> |
<%=(rs8.Fields.Item("Start").Value)%> |
<%=(rs8.Fields.Item("Operating").Value)%> |
<%=(rs8.Fields.Item("Duty").Value)%> |
<%=(rs8.Fields.Item("Min").Value)%> |
<%=(rs8.Fields.Item("Status").Value)%> |
<%
Repeat8__index=Repeat8__index+1
Repeat8__numRows=Repeat8__numRows-1
rs8.MoveNext()
Wend
%>
<% End If ' end Not rs8.EOF Or NOT rs8.BOF %>
<% If Not rs9.EOF Or Not rs9.BOF Then %>
Power Management Products > Switching
Regulators >
CMOS Voltage Mode PWM Voltage Or Combo Controller
| Part NO. |
Main App. Fields |
Package & Pins |
Description |
Input Voltage Range |
Output Voltage Range |
IC Bias Voltage |
VRM |
Status |
<%
While ((Repeat9__numRows <> 0) AND (NOT rs9.EOF))
%>
|
<% If rs9.Fields.Item("link").Value<>"" Then %>
" target="product"><%=(rs9.Fields.Item("Part_NO").Value)%>
<% Else %>
<%=(rs9.Fields.Item("Part_NO").Value)%>
<% End If ' end rs9.EOF And rs9.BOF %>
|
<%=(rs9.Fields.Item("Main").Value)%> |
<%=(rs9.Fields.Item("Package").Value)%> |
<%=(rs9.Fields.Item("Description").Value)%> |
<%=(rs9.Fields.Item("Input").Value)%> |
<%=(rs9.Fields.Item("Output").Value)%> |
<%=(rs9.Fields.Item("IC").Value)%> |
<%=(rs9.Fields.Item("VRM").Value)%> |
<%=(rs9.Fields.Item("Status").Value)%> |
<%
Repeat9__index=Repeat9__index+1
Repeat9__numRows=Repeat9__numRows-1
rs9.MoveNext()
Wend
%>
<% End If ' end Not rs9.EOF Or NOT rs9.BOF %>
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
|
|
© 2006, Anpec Electronics Corporation. All Rights Reserved.
|
<%
rs8.Close()
Set rs8 = Nothing
%>
<%
rs9.Close()
Set rs9 = Nothing
%>
<%
rs10.Close()
Set rs10 = Nothing
%>