CF server processes thge CF code...hands it back to IIS (or whatever web server) and then back to the browser.
What everyone is on about today is.... Are you opening the file in the browser (i.e. double clicking the file or using the file menu in the browser)? OR Are you navigating to a proper URL on your local machine so the file gets processed by CF Server (also running on your local machine).....soemthing like http://127.0.0.1/mypage.cfm or http://localhost/mypage.cfm Does that make sense?? Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ----- Original Message ----- From: "Tim Laureska" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, December 10, 2004 8:25 AM Subject: RE: cfinclude not working in firefox > What do you mean Joe... I've been viewing cfm pages locally with > cfincludes in the IE browsers all the time and the pages show up ... > I've got CF 5 server installed locally > > -----Original Message----- > From: Joe Rinehart [mailto:[EMAIL PROTECTED] > Sent: Friday, December 10, 2004 11:13 AM > To: CF-Talk > Subject: Re: cfinclude not working in firefox > > Tim, > > You need to put your .CFM files on a ColdFusion server to get anything > to work. Viewing them locally won't do anything. > > -Joe > > > > On Fri, 10 Dec 2004 11:13:58 -0500, Tim Laureska <[EMAIL PROTECTED]> > wrote: >> Here's the cfinclude template in the one page within standard table >> tags: >> >> <cfinclude template="menu_top.cfm"> >> >> And here's what's on the menu_top.cfm page: >> >> <tr class="menu2"> >> <td colspan="3" align="left"> >> <TABLE class="menu2"> >> <TR> >> <TD class="menu3"><A href="home.cfm" class="menu2"> Home</A></TD> >> >> <TD class="menu3"><A href="../ecomm/index_new.cfm" >> class="menu2">Register On-Line</A></TD> >> >> <TD class="menu3"><A href=""class="menu2">Directions</A></TD> >> >> <TD class="menu3"><A href="" >> class="menu2">Exhibitor Information</A></TD> >> >> <TD class="menu4"><A href="../ecomm/cart.cfm" class="menu2">Your >> Cart</A></TD> >> </TR> >> </TABLE> >> </td> >> </tr> >> >> >> -----Original Message----- >> From: Joe Rinehart [mailto:[EMAIL PROTECTED] >> Sent: Friday, December 10, 2004 10:53 AM >> To: CF-Talk >> Subject: Re: cfinclude not working in firefox >> >> Tim, >> >> It's not possible for cfinclude to work in one browser and not in >> another. ColdFusion is server-side, so cfinclude happens long before >> the browser comes into play. >> >> What're the specifics of the situation? We may be able to help narrow >> down what's going on. >> >> -joe >> >> >> On Fri, 10 Dec 2004 10:54:01 -0500, Tim Laureska > <[EMAIL PROTECTED]> >> wrote: >> > Has anyone run upon this? >> > >> > Tim >> > >> > >> >> > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187023 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

