<%try {%> Industrial Product Profiles- Industrial Products Finder's portal for Indian industry Industrial Products Profile, IPFonline Ltd <% String title = (String)session.getValue("History"); if((title==null)||(title.equals(""))) title = "Industrial Products"; else { if(title.equals("MAKE_BUYER_POSTING")) title = "Post trade offer to Buy"; else if(title.equals("MAKE_SELLER_POSTING")) title = "Post trade offer to Sell"; else if(title.equals("LIST_SUPPLIERS")) title ="Industrial Suppliers"; else if(title.equals("LIST_PRODUCTS")) title="Industrial Products"; else title = "Industrial Products"; } com.ipf.global.app.GetStatus objName = new com.ipf.global.app.GetStatus(); String subvertical =(String)session.getValue("SUBVERTICAL"); if(subvertical==null) subvertical = "mainpage"; String shopperName = (String)session.getValue("shopperName"); if(shopperName==null) shopperName="NONE"; String shpp = (String)session.getValue("shopperno"); String merr = (String)session.getValue("merchantno"); int shopperr =0; int merchantt = 0; if ((shpp ==null) ||(shpp.equals(""))) { shopperr =0;} else { shopperr = (new Integer(shpp.trim())).intValue();} if ((merr ==null) || (merr.equals(""))) {merchantt = 0;} else { merchantt = (new Integer(merr.trim())).intValue();} int nom =0; if ((shopperr > 0)&& (merchantt > 0)) { String Strnom=(String)session.getValue("nom"); if((Strnom!=null) && !(Strnom.equals(""))) nom= new Integer(Strnom.trim()).intValue(); else nom=objName.getNewMessages(shopperr, merchantt); } String pc0 = ""; String pc1 = ""; pc0 = (String)session.getValue("productcount"); pc1 = (String)session.getValue("categorycount"); %>
Welcome and thank you for visiting us.

You are here to view one or more of about 75,000
* industrial products used in a wide range of manufacturing industries.
Click on the category of your interest for profiles of industrial product groups listed below and their related links:
 
<%= tree.renderHTML() %><%=tree.adjustScrollPosition()%>
 
______________
Includes more than 35,000 product descriptions (and product pictures) incorporated in 40,000 product advertisements (accessible from the Home Page via E-Product Catalogues, IPF Ads on this Portal, and Industrial Storefronts)
 
Send to us for hosting on this website, free of cost, any new industrial product you may have which industry may need and use.
 
<%} catch(Exception e) { response.sendRedirect("/Error/BSJSPError.html"); } %>