[thelist] fusebox

Jeff jeff at members.evolt.org
Sat Jul 22 14:08:25 CDT 2000


seth,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Seth Bienek - Web Consultant <sbienek at acep.org>
:
: Working in fusebox is the bomb though.  :)
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

agreed.

<tip type="cold fusion" author=".jeff">

to make your sites portable don't use the actual path and file name for your
links or form actions.  instead, use the cgi variable - script_name.  this
way no matter where your site is in relation to the webroot it'll always
work.

<a
  href="#cgi.script_name#?fuseaction=add&#vars#">

<form
  action="#cgi.script_name#?fuseaction=process&#vars#"
  method="post">

</tip>

later,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:jeff at members.evolt.org





More information about the thelist mailing list