%--
*menquiry.jsp
*Created on Augest, 2005
*By Shibu.A.S
--%>
<%@ page language="java" import="java.sql.*,java.util.*,java.text.*,com.ipath.bumga.*" errorPage="error.jsp"%>
<%
SimpleDateFormat sdf=new SimpleDateFormat("dd/MM/yyyy");
java.text.DateFormat mdt=new java.text.SimpleDateFormat("yyyy-MM-dd");
ParsePosition pos = new ParsePosition(0);
Calendar cadd=Calendar.getInstance();
MysqlBean db=new MysqlBean();
db.OpenConn("localhost/emtech","emtech","bumga680");
if(db!=null) {
String eid="PBM";
String cmbproduct=request.getParameter("cmbproduct");
String txtname=request.getParameter("txtname");
String txtdesignation=request.getParameter("txtdesignation");
String txtcompany=request.getParameter("txtcompany");
String txtaddress=request.getParameter("txtaddress");
String txtcontact=request.getParameter("txtcontact");
String txtfax=request.getParameter("txtfax");
String txtemail=request.getParameter("txtemail");
String txtenquiry=request.getParameter("txtenquiry");
String error=request.getParameter("error");
if(cmbproduct==null) cmbproduct="none";
if(txtname==null) txtname="";
if(txtdesignation==null) txtdesignation="";
if(txtcompany==null) txtcompany="";
if(txtaddress==null) txtaddress="";
if(txtcontact==null) txtcontact="";
if(txtfax==null) txtfax="";
if(txtemail==null) txtemail="";
if(txtenquiry==null) txtenquiry="";
if(error==null) error="";
%>
Enquiry Form Of Bumga Builders Merchants[BUMGA Group of Companies]:Leading importers & traders of building materials in Dubai
<%
}
else
{
%>
<%
}
%>