Microsoft
Software
Hardware
Network
Question : Coldfusion and redirecting question
hello experts.
Ihave in my database a stored value 1 or 0 for setting the underconstruction to "on" or "off"
I tried now to use this value in my Application.cfm and if it is f.e 1 to show the underconstruction page and not index but it is not working.I get a message that the page has a problem with redirection and that the reason can be the refuse to accept cookies.
Answer : Coldfusion and redirecting question
One down side is that you cant just change the DB to change the state.
Another solution is to have the underconstruction.cfm be a .html and thus wont include the application.cfm again
or in the application.cfm check the CGI.SCRIPT_NAME
Random Solutions
cross domain javascript
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions
Any good advanced javascript books/links to recommend?
SBS2008 GoDaddy as SmartHost for email.
The shared hand in the calendar comes back by default after a restart of outlook.
Riverbed with Cisco GRE Tunnel
MS SQL Server only using one core on a 4 core box
Controlling main application threads from within an instance of a class
How to remove cached domain user credentials - Workgroup'd XP Pro
How to disable form fields in Coldfusion flash form by clicking a checkbox?