Thanks. The '' is what I was missing. Always something simple we overlook in the end :)
-----Original Message----- From: Kris Sisk [mailto:[email protected]] Sent: Wednesday, April 07, 2010 9:26 AM To: cf-talk Subject: Re: coldfusion.ajax.submitform You're passing an undefined variable rather than the form's id with your link. Try this: <a href="javascript:submitForm('myform');"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332705 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

