ColdFusion Question:
Download Questions PDF

How do you call a module named “testmod.cfm” with the parameters param1=”yes” and param2=5?

Answer:

<cfmodule template=”testmod.cfm”
param1=”yes”
param2=5>

Download ColdFusion Interview Questions And Answers PDF

Previous QuestionNext Question
How would you write a LEFT JOIN statement to return a result set of movie.title’s and director.name’s?Explain the structure of Cold fusion?