>Foye Troute wrote: > >The problem is your CFFORM. > ><FORM NAME="new_all.cfm" METHOD=POST onSubmit="return _CF_checknew_all.cfm(this)"> > >You have the action in the name field of the form and no action. > >You don't actually make use any of the benefits of CFFORM, so I would >suggest changing your cfform to an ordinary form tag and any CFINPUTs to >ordinary INPUT tags. > >This would give you : > ><form name="yourformname" action="new_all.cfm" method="post"> >formfields in here.... ></form> > >Regards > >Stephen
Thanks Stephen, you were right on. I must have read thru that a dozens times and never saw it. That solved I can now go back and clean up some of the code and do a few tweaks. Thanks again. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=35 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182491 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

