Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的安全警告弹出窗口有问题。如果用户点击取消或关闭弹出窗口,浏览器会记住该决定,并且在用户重新启动浏览器之前,我无法再次向他显示安全警告。我怎样才能做到这一点?
到目前为止,我已经尝试过以下代码:
<PARAM NAME="cache_archive" VALUE="xy.jar"> <PARAM NAME="cache_version" VALUE="0.0.1.0"> <param name="cache_option" value="no">
谢谢您的帮助!