Trigger javascript from android app

bayo11111

New Member
I'm pretty new to android development. One of my buttons in the app, sends the user to a webpage, where the user can login into specific system.The webpage has text boxes for username and password. Once you click on the Login button (in the webpage) it triggers a javascript to login into the system.The code triggered is: \[code\]onclick="updateAction('TourAccLogin');document.main_form.submit();\[/code\]The webpage form to login:
Q7Rho.png
My question is:I have the username and password in the app, I want to know if I can somehow manipulate this form, the sign in automatically without user interference? Meaning, I will fill the username and password, I "click" the login button. So the user will be directed to the system right away, without having to put in the username and password.
 
Back
Top