It's all about the answers!

Ask a question

[closed] login & table scroll


james bowers (111) | asked May 23 '19, 9:20 a.m.
edited May 24 '19, 3:03 a.m. by Ralph Schoon (63.1k33646)

 I was going to try and solve this with a CMD Python program using the requests library but I'm running into problems, can I solve this with JS? Thanks.

connect to URL
ask user to enter username and store in username-variable
ask user to enter password and store in password-variable
input data from username-variable into username field:
<input id="inptUserId" maxlength="8"
name="txt_inptUserId" onkeyup="autoSkipNN(event.which,this);" onfocus="saveFocusedControl("inptUserId");" tabindex="26"
title="" type="text" value="">

input data from password-variable into password field:
<input id="password" maxlength="8"
name="txt_password" onkeyup="autoSkipNN(event.which,this);" onfocus="saveFocusedControl("password");" tabindex="28"
title="" type="password" value="">

click button
<input alt="Enter" id="btnOK"
name="btn_btnOK" onfocus="saveFocusedControl("btnOK");" tabindex="-1" title="" type="submit" value="Enter">

The question has been closed for the following reason: "Question is off-topic or not relevant" by rschoon May 24 '19, 3:03 a.m.