How can I get the text I enter in the INPUT box passed to a variable once 
the GO button is clicked?



        <CFFORM ACTION="index.cfm" METHOD="POST" ENABLECAB="Yes" NAME="form2">
                <table width="168" cellpadding="0" cellspacing="0" border="0">
                <tr>
                <td>
                &nbsp;&nbsp;
                <CFINPUT TYPE="text" NAME="jumpto" VALUE="" SIZE="10" MAXLENGTH="10" 
CLASS="dirlinks">&nbsp;
                </td>
                <td align="right">
                <INPUT TYPE="submit" 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