-
how to acheive this
hi friends,
Actually i have a regarding query
lets have a submit button on the page while clicking on the button the page redirects to another page. if the process to redirect to page the user may able to click the button frequently.
what i need is i want to restrict the user just perform one action on the button. how do i achieve this.
please help me i need this.
-
I have one more solution for that.
Once clicked, you can disable the button so that the user cannot perform the same again.
You will usually find this logic in most of the cases.
San
-
So I think this question touches web technologies. Topic starter can use JavaScript for it.
-
actually i found a solution in net is use the this.disabled=true in onclick.
but what the thing is the page redirects so fast so i am not able to check it is working or not,
any one tell me how to slow down the process
i mean i want see the disabled submit on clicking
-
It is difficult to understand. Can you explain more detail?
-