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 - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187015 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

