My Code is:
document.getElementsByName("username").value = "DUBISTFAKE"
does not work pls help me im new to Js.
My Code is:
document.getElementsByName("username").value = "DUBISTFAKE"
does not work pls help me im new to Js.
Try this.
document.getElementsByName('username')[0].value = 'DUBISTFAKE'