Why not use CFMODULE? You can include attributes along with it.

Bruce

Adam Parker wrote:
> I currently use BlogFusion to run a blog for a school.  At the end of each 
> blog post, there is a link to view or add comments.  This link uses JS to 
> open in a new window calling the file comments.cfm.  I would like to diplay 
> the content of comments.cfm on the same page as the blog entry instead of 
> opening in a new window.  I have tried using
>  
> <cfinclude 
> template="comments.cfm?action=comments1&commentID=#findContent.entryID#" />
>
> but produces an invalid argument error.  Does CFinclude not like calling 
> additional parameters?  Can I only use a set file name?  Maybe I'm going 
> about this wrong, but I'm not certain how else to achieve this. 
>
>
>   

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3075
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to