sir,
May i know how to execute Captcha in pxplus web page
J.SURIAKUMAR
how do i create and insert captcha pxplus.
suriakumar
There is no Captcha utility built-in to PxPlus.
As part of Webster a very basic captcha was built and used for the login process. This code is can be looked at if you want a starting point on how to implement your own. You could also possibly call it yourself (*webster/captcha) if this is for a web application and if you are happy with the simple captcha.
You can also use an existing captcha service like Google reCaptcha. There you would sign-up and get a API key and then you could include the script as per Google instructions if this is a web application. If this is not then you could use *browser to include it in your application.