Book a Demo

Author Topic: Insert Hyperlink  (Read 3043 times)

Nico745

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Insert Hyperlink
« on: October 20, 2009, 01:01:56 am »
I have insert a document in a diagram.
In this document, I have put a link to a web page but when I generate a html report. I have this in my html page :

<a href="javascript:top.guidLink('{le.fr')">

So I can't display the web page when I click on the link.
I think, I must change the HTML and CSS Style Editor to have :

<a href="http://www.google.fr">

But I don't find the javascript function that I must change.

I have this problem since the version 7.5.

Thanks.