Snake, Jon, While CFLocation IS coldfusion, it actually goes go across to the browser. I believe it sends a meta redirect or something of that nature. So it IS cold fusion, but it is NOT server side, as far as I understand.
Because of this, CFLocation will not work if you have already flushed content to the browser (via CFFlush or some other method) since at that point it is too late for the server to update the headers with the redirect. So, if its just not working, try putting some cfsilent tags around the code surrounding the CFLocation and make sure you are not writing to the browser first. Sorry if there is some misinformation there, but I think that's the jist of it. ....................... Ben Nadel Web Developer Nylon Technology 6 West 14th Street New York, NY 10011 212.691.1134 212.691.3477 fax www.nylontechnology.com "Vote for Pedro" -----Original Message----- From: Snake [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 5:44 PM To: CF-Talk Subject: RE: cfLOCATION - what's it doing?? Jon, Javascript is client side, cflocation is coldfusion, so it is server side. If you have a cflocation in a page, it redirects to another page, so thus your javascript never gets sent to the client, thus it doesn't run. If you want the redirect to happen on the client after that bit of javascript has execute, then you will need to do that in JS as well. -- snake ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226499 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

