> this works fine, but I would like to add 2 things: > (1) a delay; that is, to not re direct for lets say 5 seconds > (2) a countdown saying the page will re direct in X seconds
Hi Johnny, if that's what you want to do then you need to return a page to the visitor with JavaScript code to do the countdown and handle the redirect. The CFLOCATION tag handles the redirect at the HTTP level by instructing the browser to make another request (i.e. no page is returned and the current request is aborted). To do what you want you will need to take out CFLOCATION and return HTML with the JavaScript code to do what you want on the page. Be sure to include a link for those who have JavaScript disabled so they have a way to continue. -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4971 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
