Hi, I'm currently maintaining an iGoogle gadget for a client. I'm trying to resolve an issue with our gadget's ticker. We're attempting to inject a link into the ticker section by passing createTimerMessage() an html string, such as below:
'<a href="http://some.link.com" target="_blank">Some message</a>' By debugging I've verified that the HTML string is passed properly to createTimerMessage. However, after CTM is called, this is the resultant HTML: '<a target="_blank">Some message</a>' It appears CTM is stripping the href from the link. Has anyone else here experienced this? Is there a work around? Any assistance is greatly appreciated. Thanks, - Frank -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en.
