Matthijs Wensveen wrote:
Hello,

I have a Link (not Ajax) on a component that does some heavyweight processing in onClick. During this processing I want to block other clicks from the same user. Is there a generic way to block multiple requests on the same link? I would prefer a solution without Ajax / JavaScript, but if that's impossible then that's okay.

I dont think thats possible, maybe with some meta refresh... Otherwise popup a layer with a higher z-index and that will block all until page reload, for minimal js.. Or use one of the ajax indicating stuff..
Thanks,
Matthijs


--
Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to