Paul,
        CFLocation redirects header info to wherever you are pointing it to..

        After all the query updates are done on the template.. at the end of code
        execution.. you can code some Inline JavaScript
        <script language="JavaScript">
        self.location='yourTemplate.cfm';
        </script>

        The other of doing this can be.. Switch statements to include templates on
        your conditional processing.
Joe


-----Original Message-----
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 04, 2002 1:34 AM
To: CF-Talk
Subject: Update with cflocation


I am doing some query updates and then following the processing with a
<cflocation>

When I use <cflocation> the updates do not take place (On MS SQL Server).
When I remove the <cflocation> they process the update.

I have heard the use of <cfhtmlhead> for redirection, does anyone have any
example code to redirect to a different url?

Or any other serverside type solutions would be even better.

Thanks

Paul Giesenhagen
QuillDesign



______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to