在 javascript 中调用 window.open 上的 servlet
如何使用 window.open()
调用 servlet?
我的代码是:
onclick='window.open("/PDFServlet", "popupWindowName",
"dependent=yes, menubar=no, scrollbars=yes, resizable=1, toolbar=no,width800,height=600")'
How can I call servlet using window.open()
?
My code is:
onclick='window.open("/PDFServlet", "popupWindowName",
"dependent=yes, menubar=no, scrollbars=yes, resizable=1, toolbar=no,width800,height=600")'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的应用程序部署为
ROOT
上下文,这应该可行。如果没有,您必须指定/context/PDFServlet/
This should work, if your application is deployed as the
ROOT
context. If not, you have to specify/context/PDFServlet/