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

  1. <html>
  2.     <head>
  3.         <title> Janahitha Ads - Welcome </title>
  4.         <meta name="author" content="Jagadish,gopi">
  5.     </head>
  6.     <body bottommargin=0 topmargin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0 bgcolor=#ffffff>
  7.         <!-- #include file="AdsTop.asp" --> 
  8.         <center>
  9.         <table width=100% cellpadding=0 cellspacing=0 border=0 height=100%>
  10.         <tr>
  11.             <td width=150 align=center valign=top bgcolor="#FFFFFF">
  12.                 <!-- #include file="AdsLeft.asp" -->
  13.             </td>
  14.             <td width=630 align=center valign=top bgcolor="#ffffff">
  15.                 <br>
  16.                 <!--<font face=verdana color="#566336"> <b> About Us </b> </font>-->
  17.                 <table width=520 cellpadding=0 cellspacing=0 border=0>
  18.                 <tr>
  19.                     <td align=center>
  20.                         <%
  21.                         Dim map
  22.                         map=Request.QueryString("map")
  23.                         if map="" then
  24.                         Response.Write "No Map Available"
  25.                         else
  26.                         %>
  27.                         <image src="images/<%=map%>.jpg" width=630 height=500>
  28.                         <%end if
  29.                         %>
  30.                     </td>
  31.                 </tr>
  32.                 </table>
  33.             </td>
  34.         </tr>
  35.         </table>
  36.         </center>
  37.         <!-- #include file="AdsBottom.asp" -->
  38.     </body>
  39. </html>