Though hesitant to use URL files, I have told everyone to do so.  So far, no
major grumbling, just a lot of "a whole file with a single line of code in
it? You're kidding!"

.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Marc Funaro, President
Advantex Technical Consulting Services
5547 State Highway 12
Norwich, NY 13815
Phone:  607-336-6895
Fax: 801-383-4864
Internet: http://www.advantex.net
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>


     "You know, I have one simple request... and that is,
     to have SHARKS with Frickin' LASER BEAMS attached
     to their HEADS..."

          --Dr. Evil
.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

-----Original Message-----
From: Hal Helms [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 11:08 AM
To: Fusebox
Subject: Once more, into the breach...


One more question: In the following code, "qryMyQ.cfm" is a simple query--no
conditional code. If after the query executes, you want to call a new
fuseaction, "doThisNow", do you use method A, method B, or something else?

Method A:
<cfcase value="doSomething">
  <cfinclude template="qryMyQ.cfm">
  <cflocation url="index.cfm?fuseaction=doThisNow">
</cfcase>

Method B:
<cfcase value="doSomething">
  <cfinclude template="qryMyQ.cfm">
  <cfinclude template = "url_doThisNow.cfm">
</cfcase>

Hal Helms
Team Allaire

[ See www.halhelms.com for info on training classes ]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to