Just do an:
onchage=document.formname.submit()
instead of trying to build some string by hand. calling doc.for.submit() will just submit the form like the user had clicked one of the buttons. you can also do a document.formname.submitbuttonname.click() if I remember correctly, but I haven't done that in a while.
Next time, post some code. Much easier on our end.