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>
                &nbsp;&nbsp;
                <INPUT TYPE="text" NAME="acronym" VALUE="" SIZE="10" MAXLENGTH="10" 
CLASS="dirlinks">&nbsp;
                </td>
                <td align="right">
                <INPUT TYPE="submit" NAME="acronym" ID="acronym" VALUE="Go!" 
CLASS="dirlinks">
                </td>
                </tr>
                </table>
        </CFFORM>


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to