>> Does cfLocation also do a cfabort? I've wondered that myself. it sort-of works like that. It seems to work like ASP's response.redirect(URL) which is just a 302 error. at the point of cflocation the browser is forced to navigate away from the page, stopping any code from working after the cflocation page.
the thing that is diff between ASP and CF is that in ASP you cannot .redirect() if you have already sent stuff to the browser, but it seems you can get away with that in CF. Is there no buffer? everything is streamed to the browser as it's processed? that make sence? cheers barry.b -----Original Message----- From: Giles Roadnight [mailto:[EMAIL PROTECTED] Sent: Monday, 10 November 2003 11:58 PM To: [EMAIL PROTECTED] Subject: [ cf-dev ] cflocation Just a quickie - Does cfLocation also do a cfabort? i.e. if I put a cflocation in does it stop the rest of the page being processed? Thanks Giles Roadnight http://giles.roadnight.name -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
