> so cf will always be undefined until there is a page refresh?. Close. When you output the form you are simply outputting HTML for the *client* to process; that's it (so yes, the variables are not available). When the client sends a POST or GET request using the form, those variables are sent over http to the *server* (ie. ColdFusion) and are then available. If they refresh the page, they are simply requesting the same original request and so the variables will still not be available.
HTH Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308982 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

