I don't have the cgi.url available that you do, but cgi.script_name is easy enought to substitute.  You have to use listlast on that part instead of listfirst:

<cfset NameOnly=ListFirst(ListLast(cgi.script_name,"/"),".")>

Thats one heck of a lot simpler than what I've been using.

-----------------------------------------------------------
Matt Robertson   MSB Designs, Inc.   [EMAIL PROTECTED]
-----------------------------------------------------------
An honest politician is one who, when bought, stays bought.
- Unknown
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to