Try adding an "action" to the form tag. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/
2009/8/18 Toby King <[email protected]>: > > Hi there > > I have 2 small CF programs and cant understand why the code is not working. > <form name="photogallery"> > <select name="GalleryID"> > <option value="Please Select an Image Gallery" selected>Please > Select an Image Gallery</option> > <cfoutput query="qGetGallery"> > <option > value="#qGetGallery.GalleryID#">#qGetGallery.galleryname#</option> > </cfoutput> > </select> > <br /> > <br /> > <input type= ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:325512 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

