如何使用javascript在新标签页中自动填写密码字段的值?

时间:2018-10-07 19:58:41

标签: javascript

嗨,我想使用window.open打开新标签,并希望在新打开的标签中自动填充密码字段的值,但是我的代码只是打开新标签而不填充密码字段的值。

var n = window.open('https://withsit.com/username=112')

n.document.getElementById(“ pass1”)。value =“ Username123”;

0 个答案:

没有答案