I am using below code to open a popup window in my page:
window.open("myPopupWindow.html", "_blank", "height=400, width=550, status=yes, toolbar=no, menubar=no, location=no, addressbar=no, top=200, left=300");
Although the url is disabled but even then it can be seen and copied. I have already set addressbar to no. How can I hide url in popup window?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…