melvincr Posted October 15, 2007 Share Posted October 15, 2007 hey there, i´ve a problem while submitting a form via ajax that containts a <select multiple="multiple" id="test">[..] the submit link calls a js function that renders a string with the parameters for the ajax module: (there are other variables too, all which are working) [..]"&technique=" + encodeURI( document.getElementById('test').value ); the problem is now that due to the multiple statement "test" will be an array.. but when assembling the parameter string it just takes one value and not many.. anyone has an (easy to implement) idea to fix this? thx! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.