I think he is asking how to get what is submitted into the database, not how to submit the form itself.
I am guessing this is just a mult-select being submitted. What I have done in the past is when I submit the form I run a JS function that grabs the values(which are the PKs for what is displayed) of my options and concatenate them into a list that is passed as a hidden form element. I then on the processing side loop through that and update the PK to the placement in the list. Might be a much better way to do this, I have just reused the same script for this for the past 8 years or so, never had a need to rewrite it. On 10/4/07, Brian Kotek <[EMAIL PROTECTED]> wrote: > > I'm afraid you're not making sense. You want to know how to submit a form > to > the server? Use a submit button. Or a JavaScript function that submits the > form ( > > http://www.javascript-coder.com/javascript-form/javascript-form-submit.phtml > ). > > On 10/4/07, erik tom <[EMAIL PROTECTED]> wrote: > > > > >Submit the form or execute an AJAX request. > > > > > > > > >> > > Tell me how. I am calling the function like this <input id="moveUP" > > name="moveUp" onclick="moveUp(-1)"> and the same for movedown . And it > works > > my question is how can i update the database > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290253 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

