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

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