Hi,
I'm using the following JS onclick to open website from the mobile App:
pre
window.open('https://URL', '_blank', 'location=yes');
/pre
The page this URL leads to is login page. I want to automatically insert the username and the password (that are used by the App) to the website username and password text fields. So the user do not have to insert them twice. I can store the credentials in LSV, but I do not know how to copy them to the website field.
I deeply appreciate your advice.
Thanks,