Onchange, form submit – Error
Posted by Sajith M.R in html on 10. Nov, 2009 | 0 Comments
If you are facing onchange and form submit of select-box (combo box) in html, you are not alone.
In sometimes onchange = “document.formname.submit()” won’t submit the form, while it works on other html pages.
There is hidden truth of this problem is , there may be some other input having the name “submit”. This cause problem in [...]


