<%@ language=vbscript %> <% pagetitle = "products by category" %> <% '****************************************************** 'copyright©2000 icnconsulting.com @ http://icnconsulting.com '****************************************************** on error resume next strsubcatalogid = request.querystring("sid") strcatalog_name = request.querystring("cname") strsubcatalog_name = request.querystring("sname") ipagesize = 20 'change this integer to the number of records to display on page if isnumeric(request.querystring("sid")) then strparam = cint(request.querystring("sid")) else strparam = 0 end if sid=request.querystring("sid") if strparam = "" then strparam=1 if sid="" then sid="0" end if 'retrieve page to show or default to 1 if request.querystring("page") = "" then ipagecurrent = 1 else ipagecurrent = cint(request.querystring("page")) end if 'read in parameters for your query. 'build sql string using the parameters strsch = request("sch") if strsch<>"" then strsql = "select * from products where filename like '%" & strsch & "%' order by productname" else if strparam=1 then strsql = "select * from products where cat1=1 order by productname" elseif strparam=2 then strsql = "select * from products where cat2=1 order by productname" elseif strparam=3 then strsql = "select * from products where cat3=1 order by productname" elseif strparam=4 then strsql = "select * from products where cat4=1 order by productname" elseif strparam=0 then strsql = "select * from products order by productname" else strsql = "select * from products order by productname" end if end if 'response.write strsql 'response.end ' create and open our connection set conn = server.createobject("adodb.connection") conn.open constring set rs = server.createobject("adodb.recordset") rs.pagesize = ipagesize rs.cachesize = ipagesize rs.open strsql, conn, adopenstatic, adlockreadonly, adcmdtext ipagecount = rs.pagecount if ipagecurrent > ipagecount then ipagecurrent = ipagecount end if if ipagecurrent < 1 then ipagecurrent = 1 end if if not rs.eof then rs.absolutepage = ipagecurrent end if %> ABILTD
» Custom Solutions
» Equipment Automation
» Installation Supervision
» Technical Support
» Parts
» Our Product Line
Home Company Profile Our Products Our Services News Employment Contact Us Links
<% if not sid="0" then %> <% end if %><% if sid="0" then %> <% end if %>

<% if session("login")="login" then %> <% end if %>
status: logged in   
<% if strsch<>"" then %> <% end if %> <% if not rs.eof then irecordsshown = 0 do while irecordsshown < ipagesize and not rs.eof %> <% rs.movenext irecordsshown = irecordsshown + 1 loop %> <% else %> <% end if %>
<% select case sid case "1" sname="Dough Feeding" case "2" sname="Make-up Production Lines" case "3" sname="Bake-off Lines" case "4" sname="System Integration" case "0" sname="Entire Product Line" end select %> <%=sname%>

<% if sid="1" then %>



Through years of extensive research and field experience we have developed dough handling equipment suited for large variety of dough consistencies. Heavy-duty construction, along with outstanding processing capabilities and meticulous attention to operational safety, make our dough feeding solutions indispensable in any bakery.

<% elseif sid="2" then %>



ABI Ltd. specializes in the AUTOMATION OF THE BAKING PROCESS. Our core products include make-up equipment for Bagel, Pita, Pizza and Roll lines.

We also manufacture dough extruders as well as panning/ boarding systems for pastry and artisan bread. In a nutshell, if you have a make-up process requiring automating, we are the people to do it.

<% elseif sid="3" then %>




Our bake-off equipment list includes Roll-in and Automatic Proofers, Tunnel Ovens, Bagel Boiler and Dryers. Our equipment is distinguished by its efficiency, precision of process control, as well as, its durable design.

<% elseif sid="4" then %> As a solution provider capable of delivering turnkey systems, we utilize our extensive expertise and understanding of the process to provide our clients with a complete blueprint for integration. Our solutions reflect most recent advances in technology such as:

  • Programmable logic controllers
  • Interactive displays
  • Laser and ultrasonic measurement devices
  • Dial-in communication capability

ABI LTD.’s engineers are able to directly access our equipment for troubleshooting and adjustments. In order to create a closed loop process, we at ABI LTD. offer a complete line of material handling equipment ranging form simple belt conveyors to full robotic systems. <% elseif sid="0" then %>



Throughout the company’s existence, we have focused on developing equipment with emphasis on performance, durability, reliability and simplicity in maintenance. Our designs reflect requirements specific to equipment in food industry such as ease of cleaning, use of food-approved material and wash-down characteristics. <% end if %>


 Search result for "<%=strsch%>":




  &sid=<%= request("sid") %>&sname=<%=sname%>" class="links"> <%=rs("productname")%>

<% If iPageCurrent <> 1 Then %> &page=<%= iPageCurrent - 1 %>&sname=<%=request("sname")%>&cname=<%=request("cname")%>" class="links"> « Previous Page «    <% End If If iPageCurrent < iPageCount Then %> &page=<%= iPageCurrent +1 %>&sname=<%=request("sname")%>&cname=<%=request("cname")%>" class="links"> » Next Page » <% End If %>

NO PRODUCTS AVAILABLE


« Back «

 
   • Designed and hosted by ICM Consulting