Answers

Question and Answer:

  Home  ColdFusion

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

<cfmodule template=”testmod.cfm”

param1=”yes”

param2=5>

 156 views

More Questions for you: