Hi, I have the following code below which creates an input box. How do I get the text being entered in the input box passed to the ACTION attribute within the <CFFORM>? <CFFORM ACTION="documents.cfm?dir=#URLDecode(URLEncodedFormat(dir))#" METHOD="POST" ENABLECAB="Yes" NAME="form2"> <table width="168" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <INPUT TYPE="text" NAME="acronym" VALUE="" SIZE="10" MAXLENGTH="10" CLASS="dirlinks"> </td> <td align="right"> <INPUT TYPE="submit" NAME="acronym" ID="acronym" VALUE="Go!" CLASS="dirlinks"> </td> </tr> </table> </CFFORM> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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

