> I've got a text box with a number in it ... Now I want a CF variable to
> pick up that number.
> How do I go about doing that ??
on page1.cfm ...
<FORM ACTION="page2.cfm"...
<INPUT TYPE="text" NAME="Address">
<INPUT TYPE="submit">
</FORM>
Submit it, and on page2.cfm, you can refer to the variable as form.Address,
or output it to the page with this
<CFOUTPUT>
Your address is #form.Address#
</CFOUTPUT>
--
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services
http://www.netshopperuk.co.uk/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.