IzPack HTMLInfoPanel 上的 HTML 链接无法正常工作
在我的安装程序(使用 IzPack 创建)中,我使用 HTMLInfoPanel,在此信息面板的 HTML 数据中,我有一个网站链接和一个电子邮件地址。
问题是 1)当我单击网站链接时,页面在安装程序面板本身中打开,而不是在默认浏览窗口中打开页面。
2)当我单击电子邮件链接时,面板中的页面只是刷新并且不执行任何操作,而不是为用户打开邮件客户端。
以下是该链接的 HTML:
<a href="http://www.XYZ.com/" target="_blank">XYZ, Ltd.</a>
电子邮件链接的 HTML:
<A HREF="mailto:[email protected]" target="_blank">[email protected]</A>
我在其他论坛的 IzPack 文档中找不到解决此问题的任何帮助。 有人可以帮忙解决这个问题吗?
我正在使用 IzPack V 4.1
In my installer (created using IzPack) i am using HTMLInfoPanel, in the HTML data for this info panel I have a website link and an email address.
The problem is
1) When I click on the website link, the page is opened in the Installer panel itself, instead of open the page in the default browse window.
2) When I click on the email link, the page in the panel just refreshes and does nothing instead of opening the mail client for the user.
Following is HTML for the link:
<a href="http://www.XYZ.com/" target="_blank">XYZ, Ltd.</a>
HTML for the eMail link:
<A HREF="mailto:[email protected]" target="_blank">[email protected]</A>
I couldn't find any help fixing this in the IzPack documentation other forums.
Can somebody help solve this?
I am using IzPack V 4.1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是我使用的 IzPack 版本的问题。升级版本后,现在不会出现这种情况。
This seems to be a problem with the IzPack version that I was using. After upgrading the version this does not happen now.