Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CrunchyG

    Finding the name of a script

    How about... DIM Page_Name, File_Name_Length Page_Name = Request.ServerVariables("SCRIPT_NAME") 'Page_Name is: "/m_o/mats/reports/TMP2m2v94wvoj.asp" File_Name_Length = Len(Page_Name) - InStrRev(Page_Name, "/") 'File_Name_Length is: 35 - 18 = 17 Page_Name =...

Part and Inventory Search

Back
Top