xml <a rel='

Hi,

in my xml cell I’d like to insert

<![CDATA[]]>

but the rel function is not considerated. Please can you help me?

clearbox is a javascript function that create a sort of window.open in the same page

Thanks

Cristina


“rel” tag of a link element specifies the relationship between the current document and the linked document. If you want execute some function by clicking on link you should use “onclick” attribute:


<![CDATA[]]>


No,



the function is not called even if I use onclick, because before it execute the href command; and I don’t think that rel and onclick simulate the same functionality.



Thanks



 


If you want to execute custom function by clickin on the link it should looks like that:


<![CDATA[]]>