Just as an argument, I wouldn't focus on stopping the user from clicking a link over and over, in fact you really can't they can just keep hitting re-load...
I would focus on determining why the site is slow to load. Fix that problem and you don't have to worry about repetitive clicking. Of course, I realize, this is easier said than done... But it's the right way to go. =] On Tue, Jun 28, 2011 at 9:21 AM, Richard Steele <[email protected]> wrote: > > > Can't think of a way to globally disable multiple clicks. Do you use > > > > jQuery on your site at all? Do you use Application.cfc or > > Application.cfm? If Application.cfc, adding the link disabler or > > status > > dialog could be done by modifying your onRequest() method to insert > > some > > script tags into the head of each requested page. > > > > Carl > > > > On 6/28/2011 8:58 AM, Richard Steele wrote: > > > We have thousands of links on our website, so I don't think we can > > do that. Is there not some sort of system level way to discard > > multiple identical clicks from an individual's IP address? > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345866 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

