HTML Links on IzPack HTMLInfoPanel not working correctly

Posted by Salman on Stack Overflow See other posts from Stack Overflow or by Salman
Published on 2010-11-28T15:35:16Z Indexed on 2011/01/03 6:53 UTC
Read the original article Hit count: 279

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about installer

Related posts about izpack