Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1810 visitors today
Log In Register

Forum OpenACS Development: Re: Handling Double Submits...

OpenACS Home : Forums : OpenACS Development : Re: Handling Double Submits... : One Message

+
Posted by Pascal Byrne on
A simple client side fix would be to disable the submit button using a piece of Javascript attached to the onSubmit action.

This of course doesn't protect against the same page being open in two browser windows or legacy browsers and is no substitute for proper server-side validation.