标签: javascript jquery salesforce
我需要锁定浏览器当前打开的标签栏栏,以便任何用户都无法从当前打开的页面更改网址。
For you reference screen shot is attached
答案 0 :(得分:1)
我已使用此脚本在用户无法更改的新Windpow中打开选项卡
window.open(document.URL, '_blank', 'location=yes,scrollbars=yes,status=yes')