home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / snippets / cflocation.cfm < prev    next >
Encoding:
Text File  |  2001-06-13  |  729 b   |  22 lines

  1. <!--- This view only example shows the use of CFLOCATION --->
  2. <HTML>
  3. <HEAD>
  4. <TITLE>CFLOCATION Example</TITLE>
  5. </HEAD>
  6.  
  7. <BASEFONT FACE="Arial, Helvetica" SIZE=2>
  8. <BODY  bgcolor="#FFFFD5">
  9.  
  10. <H3>CFLOCATION Example</H3>
  11. <P>CFLOCATION redirects the browser to a specified web resource; normally, 
  12. you would use this tag to go to another CF template or to an HTML file
  13. on the same server.  The ADDTOKEN attribute allows you to send client 
  14. information to the target page.
  15. <P>The following is example code to direct you back to 
  16. the CFDOCS home page (remove the comments and this information will
  17. display within the frame):
  18. <!--- <CFLOCATION URL="../../cfdocs/index.htm" ADDTOKEN="No"> --->
  19.  
  20. </BODY>
  21. </HTML>       
  22.