|
|
|
 |
The
ESP range of transient overvoltage protectors covers a
number of popular applications. Use the drop down menus
below to locate the most suitable ESP protector for your
requirements.
The range has been split into six categories to simplify
your search.
Click on the relevant drop down, highlight a specific
range (eg under 'Mains supplies', select 'Single phase')
and click 'GO'. You will then see a page of detailed product
information relating to the application you selected.
|
 |
|
<%
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open Application("articlesConnectionString")
Set rs_sections = Server.CreateObject("ADODB.Recordset")
sql="SELECT * FROM sections "
rs_sections.Open sql, conn, 3, 3
if rs_sections.recordcount > 0 then rs_sections.MoveFirst
do while Not rs_sections.eof%>
|
<%=displaysafechars(rs_sections("section_name"))%> |
|
<%
rs_sections.MoveNext
loop
rs_sections.close%>
|
|
| |
|