home *** CD-ROM | disk | FTP | other *** search
/ 202.53.64.216 / 202.53.64.216.tar / 202.53.64.216 / revelationindia / sample.asp < prev    next >
Text File  |  2004-09-27  |  136b  |  10 lines

  1. <%
  2.  
  3.     dim StrPath
  4.     
  5.     StrPath = server.MapPath(Request.ServerVariables("path_info")) 
  6.     Response.Write StrPath
  7.     Response.End
  8.  
  9.     
  10. %>