home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
202.53.64.216
/
202.53.64.216.tar
/
202.53.64.216
/
revelationindia
/
inner_enquiry.asp
< prev
next >
Wrap
Text File
|
2007-02-15
|
14KB
|
381 lines
<SCRIPT LANGUAGE=javascript>
<!--
function Validate(frm)
{
if (frm.fname.value == "" )
{
alert("Please Enter Your First Name");
frm.fname.focus();
return false;
}
if (frm.lname.value == "" )
{
alert("Please Enter Your Last Name");
frm.lname.focus();
return false;
}
if (frm.gender.value == "" )
{
alert("Please Choose the Gender");
frm.gender.focus();
return false;
}
/*if (frm.age.value == "" )
{
alert("Please Enter Your Age");
frm.age.focus();
return false;
}*/
if (frm.designation.value == "" )
{
alert("Please Enter Your Designation");
frm.designation.focus();
return false;
}
if (frm.org.value == "" )
{
alert("Please Enter Your Organisation Name");
frm.org.focus();
return false;
}
if (frm.street.value == "" )
{
alert("Please Enter Your Street Address");
frm.street.focus();
return false;
}
if (frm.city.value == "" )
{
alert("Please Enter Your City Name");
frm.city.focus();
return false;
}
if (frm.state.value == "" )
{
alert("Please Enter Your State Name");
frm.state.focus();
return false;
}
if (frm.country.value == "" )
{
alert("Please Enter Your Country Name");
frm.country.focus();
return false;
}
/*if (frm.zip.value == "" )
{
alert("Please Enter Your Zip/Postal Code");
frm.zip.focus();
return false;
}*/
if (frm.email.value == "" )
{
alert("Please Enter Your Email Id");
frm.email.focus();
return false;
}
if (frm.email.value.search('@') == -1 )
{
alert("Invalid Email Id! '@' Missing. Please Re-enter Your Email Id");
frm.email.focus();
return false;
}
if (frm.subject.value == "" )
{
alert("Please Enter Subject/Topic");
frm.subject.focus();
return false;
}
if (frm.message.value == "" )
{
alert("Please Enter Your Comments/Message");
frm.message.focus();
return false;
}
}
function ClearAll(frm)
{
var i ;
for (i=0;i<frm.elements.length;i++)
frm.elements[i].value = "";
frm.fname.focus();
return false;
}
//-->
</SCRIPT>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE>J & SM Ministries</TITLE>
<style>
A:Hover
{
COLOR : #cc0000;Text-Decoration : none
}
</style>
<link rel="stylesheet" type="text/css" href="main.css">
</HEAD>
<BODY onload ="javascript:document.frmenquiry.fname.focus()" leftmargin=0 topmargin=0 bottommargin=0 rightmargin=0 bgcolor="#5e53c7">
<FORM action = "postenquiry.asp?flag=enquiry" method = post name = frmenquiry onsubmit = "return Validate(this)">
<TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=0 bgcolor="#5e53c7" align=center>
<TR>
<TD valign=top align=middle>
<TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=0 align=center>
<TR>
<TD valign=top align=middle> </TD>
<TD valign=top align=middle><!--#include file="Include\topblue.inc"--></TD>
<TD valign=top align=middle> </TD>
</TR>
</TABLE>
</TD>
</TR></TR>
<TR>
<TD valign=top align=middle></TD>
</TR>
<TR>
<TD valign=top align=middle>
<TABLE cellSpacing=0 cellPadding=0 width="96%" border=0 align=top >
<TR height=600>
<TD valign=top bgcolor="#5e53c7" width=160><!--#include file="Include\leftrev.inc"--></TD>
<TD valign=top>
<br><TABLE cellSpacing=0 cellPadding=0 width="90%" border=0 align=center>
<TR bgcolor="#8580d8">
<TD width="11"><IMG height=25 src="images/secondlefttop.jpg" width=11></TD>
<TD width="50%" bgcolor="#8580d8" class=LeftMenu><b>CONTACT US</b></TD>
<TD> </TD>
<TD width="11"><IMG height=25 src="images/secondrighttop.jpg" width=11></TD>
</TR>
<TR>
<TD colspan=3 valign=top bgcolor=#ffffff class="Para2">
<TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=2 height=1120>
<TR>
<TD class=Para2 valign=top>
<TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=0 align=center>
<TR>
<TD> </TD>
<TD> </TD>
</TR>
<TR>
<TD class=Para5 vAlign=top> </TD>
<TD class=Para4 valign=top>
<TABLE WIDTH="100%" BORDER=0 CELLSPACING=1 CELLPADDING=2>
<TR>
<TD valign=top align=middle><IMG src="Images\bibles11.jpg" border=1></TD>
</TR>
<TR>
<TD valign=top colspan=2>
<br><TABLE WIDTH=95% BORDER=0 CELLSPACING=0 CELLPADDING=0 align=center>
<TR>
<TD valign=top class=PgTxtB>First Name:</TD>
<TD valign=top class=PgTxtB><input id=fname name=fname size = 27><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Last Name:</TD>
<TD valign=top class=PgTxtB><input id=lname name=lname size = 27><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Gender:</TD>
<TD valign=top class=PgTxtB><select name = gender>
<option value = "Male" selected>Male</option>
<option value = "Female">Female</option>
</select><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Date Of Birth:</TD>
<TD valign=top class=PgTxtB>
<select name = day>
<% for i= 1 to 30 %>
<option value = <%=i%>><%=i%>
<%next %>
</select>
<select name = month>
<option value = 01
selected>January</option>
<option value = 02>February</option>
<option value = 03>March</option>
<option value = 04>April</option>
<option value = 05>May</option>
<option value = 06>June</option>
<option value = 07>July</option>
<option value = 08>August</option>
<option value = 09>September</option>
<option value = 10>October</option>
<option value = 11>November</option>
<option value = 12>December</option>
</select>
<select name = year>
<% for i= 1940 to 2000 %>
<option value = <%=i%>><%=i%>
<%next %>
</select>
<SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Designation:</TD>
<TD valign=top class=PgTxtB><input id="designation" name="designation" size = 27><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Organisation:</TD>
<TD valign=top class=PgTxtB><input id="org" name="org" size = 27><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Street:</TD>
<TD valign=top class=PgTxtB><input id="street" name="street" size = 27><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>City:</TD>
<TD valign=top class=PgTxtB><input id="city" name="city" size = 27><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>State/Province:</TD>
<TD valign=top class=PgTxtB><input id="state" name="state" size = 27><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Country:</TD>
<TD valign=top class=PgTxtB><input id="country" name="country" size = 27><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Zip Code:</TD>
<TD valign=top class=PgTxtB><input id="zip" name="zip" size = 27></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Phone:</TD>
<TD valign=top class=PgTxtB><input id="phoneno" name="phoneno" size = 27 ></TD>
</TR>
<TR><TD> </TD></TR>
<TR>
<TD valign=top class=PgTxtB>Fax:</TD>
<TD valign=top class=PgTxtB><input id="fax" name="fax" size = 27></TD>
</TR>
<TR>
<TD valign=top class=PgTxtB>Email:</TD>
<TD valign=top class=PgTxtB><input id="email" name="email" size = 27><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR>
<TD valign=top class=PgTxtB>Enquiry About:</TD>
<TD valign=top class=PgTxtB>
<SELECT id=subject name=subject>
<OPTION value="Advertisement"
selected>Advertisement</OPTION>
<OPTION value="Articles">Articles</OPTION>
<OPTION value="Issues">Issues</OPTION>
<OPTION value="Ministry">Ministry</OPTION>
<OPTION value="Matrimonial">Matrimonial</OPTION>
<OPTION value="Subscription">Subscription</OPTION>
<OPTION value="Services">Services</OPTION>
<OPTION value="Other">Other</OPTION>
</SELECT>
<SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR>
<TD valign=top class=PgTxtB>Message:</TD>
<TD valign=top class=PgTxtB><TEXTAREA cols=45 id=message name=message rows=10></TEXTAREA><SPAN class=ParaR>*</SPAN></TD>
</TR>
<TR><TD> </TD></TR>
</TABLE>
</TD>
</TR>
</TD>
</TR></TABLE>
</TD>
</TR>
<TR>
<TD> </TD>
<TD><IMG height=1 src="Images/dot.gif" width=630></TD>
</TR>
<tr>
<TD> </TD>
<td align=center><INPUT type = image src = "images\submit1.gif" border=0 onclick = "return Validate(frmenquiry)" id=image1 name=image1>
<INPUT type =image src = "images\cancel1.gif" border=0 onclick = "return ClearAll(frmenquiry)" id=image2 name=image2>
<INPUT type= image src="images\back2.gif" id=back name=back onclick = 'javascript:history.back(1)'>
</td>
</TR>
<TR>
<TD> </TD>
<TD>
<br><br><TABLE WIDTH=45% BORDER=0 CELLSPACING=0 CELLPADDING=0 align=center>
<TR>
<TD class=PgTxtP valign=top align=middle><b>THE REVELATION</b></TD>
</TR>
<TR>
<TD class=PgTxtM valign=top align=middle><b>HYDERBAD</b></TD>
</TR>
<TR>
<TD class=PgTxtB valign=top align=middle><b>E-Mail: <a href= "mailto:info@revelationindia.com"><SPAN class=PgTxtBr>info@revelationindia.com</SPAN></b></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD> </TD>
<TD>
<br><br><BR><table border=0 align = center width = "50%" cellspacing = 2 cellpadding = 2>
</table>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
<TD bgcolor="#ffffff"> </TD>
</TR>
</TABLE>
</TD>
<TD valign=top align=middle bgcolor="#5e53c7" width=150><!--#include file="Include\rightrev.inc"--></TD>
</TR>
</TABLE>
</TD></TR>
<TR>
<TD valign=top align=middle><IMG src="Images/Bottomline.jpg"></TD>
</TR></TABLE>
</BODY>
</HTML>