#11 (permalink)  
Old 07-14-2008, 03:42 AM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default

Quote:
Originally Posted by cassie View Post
Still no solution for this hyperlink and mailto feature? Please let me know when we figure it out. I will do the same.
I had the same issue and the fix that works was posted in another thread:

Hello, here's the fix:

go to rightScroller.as find

bigImage.LabelHtml["txt"].htmlText = descr;

and replace it with

bigImage.LabelHtml["txt"].htmlText = node.parentNode.lastChild.firstChild.nodeValue;

it should work, I've test it with a link like this description:

<description><![CDATA[ 1. Product description HTML formated text Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam accumsan mi vel elit. Nunc auctor, nisl ac tristique vulputate, turpis leo<a href= "mailto:someone@something.ro" ><u>Send mail to someone</u></a> varius enim, nec mattis neque dui porta metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris elementum, massa id dignissim elemenharetra. ]]></description>
Reply With Quote
  #12 (permalink)  
Old 07-14-2008, 03:52 AM
Member
 
Join Date: Jul 2008
Posts: 34
Default

Thanks. I got it happening now.

Cas
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.