home *** CD-ROM | disk | FTP | other *** search
/ 202.53.64.216 / 202.53.64.216.tar / 202.53.64.216 / janahitha / AdsMyPage.asp < prev    next >
Text File  |  2004-11-26  |  2KB  |  52 lines

  1. <%
  2.     if session("LoginPrevURL")<>"" then
  3.         loginprevurl = session("LoginPrevURL")
  4.         session("LoginPrevURL") =""
  5.         response.redirect loginprevurl
  6.     else
  7. %>
  8. <html>
  9.     <head>
  10.         <title> Janahitha Ads - Welcome </title>
  11.         <meta name="author" content="Jagadish,Gopi">
  12.     </head>
  13.     <body bottommargin=0 topmargin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0 bgcolor=#ffffff>
  14.         <!-- #include file="AdsTop.asp" -->
  15.         <center>
  16.         <table width=100% cellpadding=0 cellspacing=0 border=0 height=100%>
  17.         <tr>
  18.             <td width=150 align=center valign=top bgcolor="#FFFFFF">
  19.                 <!-- #include file="AdsLeft.asp" -->
  20.             </td>
  21.             <td width=630 align=center valign=top bgcolor="#ffffff">
  22.                 <br> <br>
  23.                 <font face=verdana size=2>
  24.                 Dear <b><font color="#004d00"><%=session("ClientName")%></font></b>, <br> <br>
  25.                 This is your Personal Page on Janahitha-Ads. <br> <br> <br>
  26.                 <%
  27.                     if Request.QueryString("msg")="cpw" then
  28.                         msg = "Your Password Changed Successfully"
  29.                     elseif Request.QueryString("msg")="up" then
  30.                         msg = "Your Profile Updated Successfully"
  31.                     end if
  32.                     if msg<>""  then
  33.                 %>
  34.                 <font color="#8b0000"> <b><%=msg%></font> </b> <br> <br> <br>
  35.                 <%
  36.                     end if
  37.                 %>
  38.                 Here you can find the options <br> <br> <br>
  39.                 <a href="AdsChangePwd.asp"><font color="#003900">Change Password</font></a> <br> <br>
  40.                 <!--<a href="AdsUpdateProfile.asp"><font color="#003900">Update Profile</font></a> <br> <br>-->
  41.                 <a href="AdsClientBookings.asp"><font color="#003900">Previous Bookings</font></a>
  42.                 </font>
  43.             </td>
  44.         </tr>
  45.         </table>
  46.         </center>
  47.         <!-- #include file="AdsBottom.asp" -->
  48.     </body>
  49. </html>
  50. <%    
  51.     end if
  52. %>