【发布时间】:2011-05-22 18:53:00
【问题描述】:
我开发了一个 Eclipse RCP 产品,其中第一个介绍页面有一个表单 (xhtml)。 提交表单后,结果页面将显示在同一选项卡中。我希望在新选项卡中打开结果页面。我尝试在表单元素标记中使用 target="_new" 和 target="_blank"。
<form name="application" action="http://example.com" method="post" target="_new">
但是结果页面是在一个新的 Internet Explorer 窗口中打开的,而不是在 Eclipse RCP 应用程序中。 请帮我解决一下。
-Dinesh
【问题讨论】:
标签: eclipse eclipse-rcp