Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Use HTML document in hyperlink
Use HTML document in hyperlink [message #1067861] Wed, 10 July 2013 22:52 Go to next message
Dave Oatway is currently offline Dave OatwayFriend
Messages: 16
Registered: February 2013
Junior Member
I want to display a word help document saved in .htm format from a report. The document is resident in the report folder. It has text and images.

What is the syntax to link to such a file?

I have tried "file:help.htm" "file:/help.htm" "file://help.htm"

Is it possible? What syntax should I try?

Or is there another way to display a html document from within BIRT?

I've successfully used hyperlink to link to web resources, and drill through into reports.

I am using 3.7.2

Thanks,
Re: Use HTML document in hyperlink [message #1068053 is a reply to message #1067861] Thu, 11 July 2013 20:26 Go to previous messageGo to next message
Kristopher Clark is currently offline Kristopher ClarkFriend
Messages: 130
Registered: January 2013
Senior Member
You could use an iFrame in a text item

<iframe src="C:\Users\kclark\Desktop\test.html">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>
Re: Use HTML document in hyperlink [message #1068147 is a reply to message #1068053] Fri, 12 July 2013 12:22 Go to previous message
Dave Oatway is currently offline Dave OatwayFriend
Messages: 16
Registered: February 2013
Junior Member
Thank you Kristopher! That worked.
Previous Topic:birt internationalization
Next Topic:How to upgrade birt server engine to 4.3
Goto Forum:
  


Current Time: Wed Apr 24 15:09:57 GMT 2024

Powered by FUDForum. Page generated in 0.42135 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top