以下代码会将用户重定向到登录pagw:
javascript:window.location='https://1.1.1.1/login.html';while(true){if(document.readyState == "complete"){window.onload(document.forms[0].Submit.click());break;}}
如果我将其粘贴到urlbar(在空白屏幕上),脚本将无效。它将https://1.1.1.1/login.html但不会登录。但是,如果我转到https://1.1.1.1/login.html
并粘贴此脚本,则效果很好。
为什么第一个解决方案不起作用?
答案 0 :(得分:1)
了window.location = '的https://1.1.1.1/login.html'
将窗口的位置设置为其他页面。在.window.location之后,脚本strops excuting
如果您在登录页面上,URL不会更改,并且在(某些)浏览器中,其余的脚本将被执行