home *** CD-ROM | disk | FTP | other *** search
/ 202.53.64.216 / 202.53.64.216.tar / 202.53.64.216 / revelationindia / loginmatrimonial.asp < prev    next >
Text File  |  2004-09-27  |  5KB  |  145 lines

  1. <%Response.Buffer = true
  2.   Response.Expires = 0
  3. %>
  4. <SCRIPT LANGUAGE=javascript>
  5. <!--
  6.  
  7. function Validate(frm)
  8. {
  9.     if (frm.username.value == "" )
  10.     {
  11.         alert("Please Enter User Name");
  12.         frm.username.focus();
  13.         return false;
  14.     }
  15.     if (frm.password.value == "" )
  16.     {
  17.         alert("Please Enter Password ");
  18.         frm.password.focus();
  19.         return false;
  20.     }
  21.  
  22.  
  23. }
  24.  
  25. function ClearAll(frm)
  26. {
  27.  
  28.     var i;
  29.     
  30.     for(i=0;i<frm.elements.length;i++)
  31.         frm.elements[i].value = "";
  32.     
  33.     return flase;
  34. }
  35. //-->
  36. </SCRIPT>
  37.  
  38. <%
  39.     dim user,category
  40.     dim pwd
  41.     
  42.     user = Request.QueryString("user")
  43.     category = Request.QueryString("category")
  44.     
  45.     'pwd = session("password")
  46.     
  47.     
  48.     
  49.  
  50. %>
  51.  
  52. <html>
  53. <head>
  54. <title>RevelationIndia - Login</title>
  55. <style>
  56. A
  57.             {
  58.                 COLOR : white; Text-Decoration : None
  59.             }
  60.  
  61.             A:Hover
  62.             {
  63.                 COLOR : #cc0000;Text-Decoration : underline
  64.             }
  65.  
  66. </style>
  67. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  68. </head>
  69. <body bgcolor="#f7f7ff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="frmlogin.username.focus()"><!--#include file ="include\tophome.inc"--></TD></TR></TABLE>
  70.  
  71. <table width="779" border="0" cellspacing="0" cellpadding="0" height="500">
  72.   <tr> 
  73.     <td width="150" rowspan="9" valign="top"><!--#include file ="include\lefthome.inc"-->  
  74.     </td>
  75.     <form action="postloginmatrimonial.asp?user=<%=user%>&category=<%=category%>" method = "post" name = "frmlogin">
  76.     <td colspan="2" align="middle" valign="top" rowspan="9" width="700">
  77.      
  78.      <br>
  79.      <font face="Verdana" size="2" color = purple><b>If you are interested in browsing
  80.      all the details about the registered bridegrooms/brides, please do so now.
  81.      <br><br><font face="Verdana" size="2" color=navy><b>
  82.     Please send in Rs. 750 towards registration within 15 days, failing which your 
  83.     details will be deleted from our database. <br>DD favouring:<br></font>
  84.     <br><font face="Verdana" size="2" color=maroon><b><i>
  85.     Mani Computer Academy, Hyderabad.
  86.     </i></b></font>
  87.      </font>
  88.      <br><br>
  89.      
  90.     <TABLE border=0 cellPadding=5 cellSpacing=0 width="60%" align = center>
  91.         <TBODY>
  92.     <TR>
  93.      <TD><FONT color=darkgreen>
  94.       <STRONG><FONT face=Verdana size=2><u>Postal Address</u></FONT></STRONG><BR></P></FONT>
  95.       <FONT color=navy face=Verdana size=2><STRONG>   </STRONG></FONT>    
  96.       <P></P>
  97.       <P><FONT color=navy face=Verdana size=2><STRONG>SECOND FLOOR ESSKAY CHAMBERS
  98.       </STRONG></FONT><br>
  99.       <FONT color=navy face=Verdana size=2><STRONG>ADJ.MAHESHWARI COMPLEX<br> MASAB TANK<br> HYDERBAD</STRONG></FONT><br>
  100.       <FONT color=navy face=Verdana size=2><STRONG>OFF PH: 91-40-6619698/6629698 </STRONG></FONT><br>
  101.       <FONT color=maroon face=Verdana size=2><STRONG>E-Mail: <A href= "mailto:info@revelationindia.com"><font color = maroon>info@revelationindia.com</font></a></STRONG></FONT><br></P></TD>
  102.           <P></P>
  103.    </td>      
  104.    </tr>
  105.    </table> <br><br>
  106.      <center><IMG src="images\MABELT.GIF">       <br>
  107.      <%if Request.QueryString("login") = "fail" then %>
  108.             <center><br>
  109.             <font size = 2 face = verdana color = red><b>
  110.             Sorry ! Invalid User Name/Password !!<br><br>
  111.             Please Register (Rs. 750) if you haven't.
  112.             </b></font>
  113.             <br>
  114.             </center>
  115.     <% end if %>
  116.      <TABLE WIDTH="50%" BORDER=0 CELLSPACING=1 CELLPADDING=5>
  117.     <TR>
  118.      <TH colspan=2><font face="Verdana" size="2" color = navy>Login</font></TH>
  119.     </TR>
  120.     <TR>
  121.      <TD colspan=2><font face="Verdana" size="1" color = maroon>Registered Users Login for
  122.      further details by entering your User Name and Password</font>
  123.      </TD>
  124.     </TR>
  125.     <TR>
  126.         <TD><font face="Verdana" size="2" color = navy><br>User Name</font></TD>
  127.         <TD><font face="Verdana" size="2" color = navy>
  128.         <br><input type = password name = username id = username></font></TD>
  129.     </TR>
  130.     <TR>
  131.         <TD><font face="Verdana" size="2" color = navy>Password</font></TD>
  132.         <TD><font face="Verdana" size="2" color = navy>
  133.         <input type = password name = password id = password></font></TD>
  134.     </TR>
  135.     <TR>
  136.         <TD><br><INPUT type=image src="images\login.gif" name=login onclick = "return Validate(frmlogin)"></TD>
  137.         <TD><br><INPUT type=image src="images\cancel.gif" name=cancel onclick = "return ClearAll(frmlogin)">
  138.              
  139.         <INPUT type=image src="images\back1.gif" name=back onclick = "javascript:history.back(1)"></TD>
  140.     </TR>
  141. </TABLE>
  142. <br><br><center><IMG src="images\MABELT.GIF">       <br></center></center></B></B></TD></TR></TBODY></TABLE><!--#include file ="include\bottom.inc"--></FORM>
  143. </body>
  144. </html>
  145.