I am using simple captcha in my JSP. Everything is OK. I want to provide a refresh button alongside of captcha to allow user to change the captcha. Captcha changes only on refreshing the complete page but I don't want to reload whole page for it.
I need your suggestions on how I can implement this like using AJAX or JQuery to reload only the captcha, not whole page.