I have a basic question, when I'm programming circuits in an application do I make links to the circuit files relatively or absolutely like such:
<cfform action="index.cfm?fuseaction=add" method="post"> vs <cfform action="/circuitappname/index.cfm?fuseaction=add" method="post">
OR
{a href="index.cfm?fuseaction=blah">Link Here</a> vs {a href="/circuitappname/index.cfm?fuseaction=blah">Link</a>
??? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/fusebox@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists