In my Eclipse RCP Application, I am using SWT Browser to display HTML. I am displaying the HTML using setText() method. When tested on WinXP with Internet Explorer 6, I found that the inter links are not working and it simply displays about:blank#4. The about:blank is the name of the file and #4 is the link address where it had to jump. But its not working with IE 6...
This application works fine with Internet Explorer 7 and above. Any suggestions..??
setText()method. Same way works correctly with IE7 or greater. – John Jan 10 at 12:46