Ticket #44 (assigned task)
Form Submission Done through JavaScript
| Reported by: | brieb | Owned by: | brieb |
|---|---|---|---|
| Priority: | minor | Milestone: | Future Releases |
| Component: | phpbms | Version: | 0.62 |
| Keywords: | Cc: |
Description
Due to inconsistencies in web browsers, all form submissions should be done through javascript (form.submit()). Forms should have all have a onsubmit of "return false".
This allows finer control over form submission and kills the dreaded hitting-enter-submits-form problem on some browsers
Change History
Note: See
TracTickets for help on using
tickets.