Here's what I currently have in Application.cfm:
<!--- right() starts reading a substring from the right side of the URL. ---> <CFIF NOT (right(CGI.SCRIPT_NAME, 10) EQ "/login.cfm" OR right(CGI.SCRIPT_NAME, 13) EQ "/login_do.cfm" OR right(CGI.SCRIPT_NAME, 16) EQ "/GeneralView.cfm" OR right(CGI.SCRIPT_NAME, 11) EQ "/logout.cfm")>
It's getting kind of messy because there are several more pages I need to add as exceptions.

New Topic/Question
Reply




MultiQuote





|