<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="layout.css" rel="stylesheet" type="text/css" />
<script src="maxheight.js" type="text/javascript"></script>
</head>

<body id="page6" onload="new ElementMaxHeight();">
	<div id="site_center">
		<div id="main">
			<!-- header -->
			<div id="header">
				<div class="row_1">
					<div class="fleft">
						<h1 class="logo">Business.Co the best customer approach</h1>
					</div>
					<div class="fright">
						<a href="index.html"><img alt="" src="images/header_link1.gif" /></a><a href="#"><img alt="" src="images/header_link2.gif" /></a><a href="#"><img alt="" src="images/header_link3.gif" /></a>
					</div>
					<div class="clear"></div>
				</div>
				<div class="row_2">
					<div class="block1">
						<div class="left">
							<div class="right">
								<ul class="main_menu">
									<li><a href="http://www.prosoftworld.net/default.aspx">Home</a></li>
									<li><a href="http://www.prosoftworld.net/services.aspx">Services </a></li>
									<li><a href="http://www.prosoftworld.net/products.aspx">Products</a></li>
									<li><a href="http://www.prosoftworld.net/clients.aspx">Clients</a></li>
									<li><a href="http://www.prosoftworld.net/about.aspx">About us</a></li>
									<li><a href="http://www.prosoftworld.net/contact.asp">Contact us</a></li>
								</ul>
								<div class="clear"></div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<!-- content -->
			<div id="content">
				<div class="row_1">
					<div class="bg">
						<div class="main_bgd">
							<div class="indent">
								<h1 style="margin-bottom:22px;"><strong>Our</strong> Locations</h1>
								Ghaziabad
								<p class="txt1 p1">141, Ground Floor, New Arya Nagar, Near Meerut Road, Ghaziabad, UP, INDIA.</p>
								Chhapra
								<p class="txt1 p1">Just West of Shilpi Cinema, Salempur, Chhapra, Bihar, INDIA.</p>
								<br />
								<p class="txt1 p1">&nbsp;</p>
								<br />
								<p class="txt1" style="margin-bottom:0">&nbsp;</p>
							</div>
						</div>
					</div>
				</div>
				<div class="row_2 container">
					<div class="col_1 block2 maxheight">
						<div class="indent maxheight">
					  	<%
						If Not Server.HTMLEncode(Request.form("Message")) = "True" Then
						%>
							<h1><strong>Contact</strong> Form</h1>
							Pls Feel free to contact us, we will highly appreciate your Query.
							<p class="p1">All fields are mandatory.</p>
							<form name="contact" method="post" action="contact.asp">
								<div class="container">
									<div class="column1">
										Your name:
										<div class="form"><input name="nameown" type="text" value="" /></div>
										E-mail address:
										<div class="form"><input name="email" type="text" value="" /></div>
										Phone:
										<div class="form"><input name="phone" type="text" value="" /></div>
									</div>
									<div class="column2">
										Your message:
										<div><textarea name="txtqry" cols="20" rows="20"></textarea></div>
									</div>
									<div class="clear"></div>
								</div>
								<div class="alignright" style="margin-right:7px; padding-bottom:10px;"><input type="reset" value="Cancel"> &nbsp; &nbsp;<input type="HIDDEN" NAME="Message" VALUE="True"><input value="Submit Information" style="font-size: 15px;" type="submit"></div>
							</form>
							
						<% 
						Else
							dim strTB1, strTB2, strTB3, strTB4, strMB1, strCommand
							strTB1 = Server.HTMLEncode(Request.form("nameown"))
							strTB2 = Server.HTMLEncode(Request.form("email"))
							strTB3 = Server.HTMLEncode(Request.form("phone"))
							strTB4 = Server.HTMLEncode(Request.form("txtqry"))

		'**********Validating Blank field ************************************
							If "" = strTB1 or "" = strTB2 or "" = strTB3 or "" = strTB4 then
								If "" = strTB1 then
									Response.Write("Your name field is blank. Please go back and fill this field.")
								ElseIf "" = strTB2 then
									Response.Write("E-mail address field is blank. Please go back and fill this field.")
								ElseIf "" = strTB3 then
									Response.Write("Phone field is blank. Please go back and fill this field.")
								ElseIf "" = strTB4 then
									Response.Write("Your message field is blank. Please go back and fill this field.")
								End If
								
							Else
							
								'strProvider = "provider=sqloledb;data source=;uid=vwhcom;pwd=rajverma;database=vwhcom;"
								strProvider = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("prosoft.mdb") 
								Set objConn = server.createobject("ADODB.Connection")

								objConn.Open strProvider
								abc=date()
								strCommand = "INSERT INTO freeplan (Noo,Email,Phone,QF,Categ) VALUES ('"
								strCommand = strCommand & strTB1 & "','" & strTB2 & "','" & strTB3 & "','" & strTB4 & "','" & abc & "')"
								'strCommand = strCommand & "')"

								'Response.write strcommand     			
								objConn.Execute strCommand
								Response.Write("Thank you! Your data has been added.")%><br /><%
								Response.Write("We Will be in touch with you soon.")
							End If
						End If
						%>
						</div>
					</div>
					<div class="col_2 block3 maxheight">
						<div class="indent maxheight">
							<h1><strong>Primary</strong> Contacts</h1>
							<img alt="" src="images/6_p1.jpg" />
							<p class="p1">141, New Arya Nagar,<br />
						  Ghaziabad, India.</p>
							Telephone: &nbsp; &nbsp; &nbsp; &nbsp; + 91 120 410 1665<br />
							Mob:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; + 91 801 001 9798<br />
							E-mail: <a href="#">info@prosoftworld.net</a>
						</div>
					</div>
					<div class="clear"></div>
				</div>
			</div>
			<!-- footer -->
			<div id="footer">
				<div class="indent">
					<div class="fleft">
						Copyright© 2007 PROSOFT WORLD. All rights reserved.
					</div>
					<div class="fright">
						RSS
					</div>
					<div class="clear"></div>
				</div>
			</div>
		</div>
	</div>	
</body>
</html>
