japplet 打开第二个窗口
是否可以从 japplet 打开新窗口?现在我正在使用 getAppletContext().showDocument() 打开文档,但它会关闭我的小程序。有人知道如何在不干扰小程序的情况下打开第二个窗口吗? 谢谢。
is it possible to open a new window from a japplet? right now i'm using getAppletContext().showDocument() to open a document, but it closes my applet. anyone know how to open a second window without interfering with the applet?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用也采用目标的版本并传递“_blank”作为目标:
Try using the version that takes a target as well and pass "_blank" as the target: