Hi,
I have a page with links that upon a click execute remote scripting call (kind of liek ajax) and return a URL to the JS which then redirects the browser to that url.
Now the problem arrises when users do double clicks or click the link before the first click finishes processing.
What is considered to be the best way to prevent user clicking the link before the last click finishes processing
I woudl think session variables are risky
Thanks
I have a page with links that upon a click execute remote scripting call (kind of liek ajax) and return a URL to the JS which then redirects the browser to that url.
Now the problem arrises when users do double clicks or click the link before the first click finishes processing.
What is considered to be the best way to prevent user clicking the link before the last click finishes processing
I woudl think session variables are risky
Thanks