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.
当我们点击一个链接时,一些链接可能会提示我们选择打开方式或保存选项。我们可以在javascript或jsp中设置这个弹出窗口的位置吗?
使用纯 javascript/jsp 是不可能的。javascript 可以影响文档中的元素,而不是浏览器设置或对话框。而且jsp也可以影响来自http服务器的内容,而不是客户端,当然还有浏览器的东西。