Click here to Skip to main content
16,011,647 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
There is a login button on the website in the Webbrowser in vb.net, but I want to log in by changing this value to disabled.

<button id="loginbutton" type="submit" class="btn btn-primary btn-block btn-login" ng-disabled="vm.loginForm.$invalid || vm.validity.length> 0 || vm.entertriggred" ng-click="vm.btnLogin();" translate="PH.LGN" disabled="disabled">Login</button>


What I have tried:

disabled="disabled">Login
Posted

1 solution

You can't - that is a simple Captcha which is there to separate human beings from code.
Bypassing that would be against the express wishes of the site author - and we do not condone, support, or assist in the production of malicious code in any way, form, or manner. This is a professional site for professional developers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900