I used the insert media button in a Pagesetter input form to place a Mediashare image with a pop-up into a Pagesetter publication. The HTML code on this looked just fine in the Pagesetter input form before I saved it. It looked like the following:
<a href="javascript:popupMediaViewer('/index.php?module=Mediashare&func=display&mid=1')">Joyce</a>
However, when I tried to display this on a live page, all that I got was the following:
What happened to the href and the javascript code? I have the proper script link in the template. Somehow, either Mediashare, Pagesetter, or PostNuke itself took all of the code out that would have allowed the pop-up. Anyone have an explanation for this?