Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Storelv #1
Include template problem
I have problems with <cfinclude template="">. It works fine when I dont use
<table> in the doc, but if I want to include to <cfforms> one of them doesn't
show.
<table>
<tr>
<td><cfinclude template="flash_tree.cfm"></td><td><include
template="something.cfm"></td>
</tr>
</table>
This doesn't work. Need some help :brokenheart;
Storelv Guest
-
Using cfset to maintain an include template
Hello all. I am currently working on a project that uses the following code on the default site page to point a visitor to a specific landing... -
CF Include Problem
All, I'm using CF inludes for my website, and they all have images in them. The only way I can get the images to show up in the browser is by... -
problem with INCLUDE
Hi! I have a problem... I did a PHP Script for a counter... and I want the counter to be displayed on an another PHP page... So, I can... -
[PHP] Problem with include();
Hello, It's often said that includes should have relative paths instead of absolute paths. This ensures that your script still works when you move... -
Server Side Include Inside Template?
Hi Johnny sort of. The include pulls in an htm file that has a table of rollover buttons in it. When I do a DW preview (F12), the code is... -
ranger #2
Re: Include template problem
should not be a problem... example below of client page and works great...
</tr>
<cfif showpg.tblID2 GT 1>
<tr>
<td width="1%"> </td>
<td colspan="3">
<br>
<cfset tblID = #showpg.tblID2#>
<cfinclude template="tbl_showz.cfm">
</td>
</tr>
</cfif>
<tr>
ranger Guest



Reply With Quote

