home *** CD-ROM | disk | FTP | other *** search
- <!-------------------------------------------------------------
- Display page requested in the GoToPage parameter. If not
- provided go to the most recently used page store in the
- Client.AdminPage variable. If none of these variables
- exists, initialize the Client variable.
- --------------------------------------------------------------->
-
- <CFIF ParameterExists(GoToPage)>
- <CFSET #Client.AdminPage# = #GoToPage#>
- <CFELSE>
- <CFPARAM NAME="Client.AdminPage" DEFAULT="#DefaultAdminPage#">
- </CFIF>
-
- <!-------------------------------------------------------------
- The AdminPage client variable should be initialized by now.
- Include the appropriate page.
- --------------------------------------------------------------->
- <CFLOCATION URL="#Client.AdminPage#">
-