I would add that the <CFLOCATION> method is a much 'smoother' redirect (for
lack of a better term). The HTML and JavaScript method causes browsers to
jump around, whereas the <CFLOCATION> sends the browser an HTML header (I
believe) that causes the browser to simply load the new page without
displaying the old.

John

----- Original Message -----
What is the difference between the following methods of sending the user to
another page:
1) HTML:
        <META HTTP-EQUIV="Refresh" CONTENT="0; URL=#page#">
2) Javascript:
        <script>document.location.href=#page#</script>
3) CFML:
        <CFLOCATION URL="#page#>


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to