How about... Put all the code on one page without the include, then test on firefox. My bet is that your markup isn't cross browser.
Emmet -----Original Message----- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 11:44 AM To: CF-Talk Subject: Re: cfinclude not working in firefox Tim, You're not browsing the .cfm file through the server. Your url in firefox should look something like http://localhost/myFile.cfm, _not_ file:///C:/jrun4/servers/cfusion-ear/cfusion-war/index.cfm (or wherever your CF server root is). -Joe On Fri, 10 Dec 2004 11:42:00 -0500, Tim Laureska <[EMAIL PROTECTED]> wrote: > Joe.. here's the view source stuff... also interestingly enough, the > page views fine once up on the host... its just a local thing apparently > > Viewsource firefox: > </tr> > <cfinclude template="menu_top.cfm"> > > <tr> > > viewsource IE: > > > > <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/insertorder.cfm" > > > class="menu2">Your Cart</A></TD> > </TR> > > -----Original Message----- > From: Joe Rinehart [mailto:[EMAIL PROTECTED] > Sent: Friday, December 10, 2004 11:23 AM > To: CF-Talk > Subject: Re: cfinclude not working in firefox > > Ok. Can you paste what you see when you do view source in both IE and > Firefox? > > On Fri, 10 Dec 2004 11:25:37 -0500, Tim Laureska <[EMAIL PROTECTED]> > wrote: > > 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 - New Atlanta http://www.newatlanta.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187059 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

