<%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%> <% Dim Inductor__MMColParam Inductor__MMColParam = "Power Chokes/Inductor" If (Request("MM_EmptyValue") <> "") Then Inductor__MMColParam = Request("MM_EmptyValue") End If %> <% set Inductor = Server.CreateObject("ADODB.Recordset") Inductor.ActiveConnection = MM_Magnetic_STRING Inductor.Source = "SELECT distinct DocNo, DocNoDescription, SeriesPdf FROM magnetic WHERE Application LIKE '%" + Replace(Inductor__MMColParam, "'", "''") + "%' and SeriesPdf like '%.pdf' ORDER BY DocNo ASC" Inductor.CursorType = 0 Inductor.CursorLocation = 2 Inductor.LockType = 3 Inductor.Open() Inductor_numRows = 0 %> <% Dim InductorSingle__MMColParam InductorSingle__MMColParam = "Power Chokes/Inductor" If (Request("MM_EmptyValue") <> "") Then InductorSingle__MMColParam = Request("MM_EmptyValue") End If %> <% set InductorSingle = Server.CreateObject("ADODB.Recordset") InductorSingle.ActiveConnection = MM_Magnetic_STRING InductorSingle.Source = "SELECT PN, PNDescription, SinglePdf FROM magnetic WHERE Application like '%" + Replace(InductorSingle__MMColParam, "'", "''") + "%' and SinglePdf like '%.pdf' ORDER BY PN ASC" InductorSingle.CursorType = 0 InductorSingle.CursorLocation = 2 InductorSingle.LockType = 3 InductorSingle.Open() InductorSingle_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Inductor_numRows = Inductor_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 InductorSingle_numRows = InductorSingle_numRows + Repeat2__numRows %> 無標題文件
Magnetic Components>>Power Products>>Power Choke / Inductor



<% While ((Repeat1__numRows <> 0) AND (NOT Inductor.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 Inductor.MoveNext() Wend %>
Doc/N
Description
<%=(Inductor.Fields.Item("DocNo").Value)%> <%=(Inductor.Fields.Item("DocNoDescription").Value)%>

Single Data Sheet
<% While ((Repeat2__numRows <> 0) AND (NOT InductorSingle.EOF)) %> <% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 InductorSingle.MoveNext() Wend %>
P/N
Description
<%=(InductorSingle.Fields.Item("PN").Value)%> <%=(InductorSingle.Fields.Item("PNDescription").Value)%>

Copyright©2003 Universal Microelectronics.
For comments or questions about this site, contact us

<% Inductor.Close() %> <% InductorSingle.Close() %>