|
> From: "Richard B Baird" <rbaird@esourceconsulting.com> > I am soliciting suggestions for preventing a user from doubleclicking > an RPG-CGI link in a web application. Richard, It seems like this question has been asked before on this list. You might search the archives. But one solution is to use the onClick event associated with the hyperlink to call a JavaScript routine which only submits the form on the condition that it hasn't been submitted before. In your script, just define a global boolean variable to indicate whether the form was submitted previously, or not. Nathan M. Andelin www.relational-data.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.