Can Code Snippet functionality handle links with Javascript?

  •  05-14-2010, 9:41 PM

    Can Code Snippet functionality handle links with Javascript?

    Using below in Common.Config but when selecting code snippet javascript is removed.  Any ideas?
     
          <item text="Internal Link">
            <value><![CDATA[<a href="http://www.websiteURL.com/Page-Name.html" onmouseout="window.status=''; return true" onmouseover="window.status='Mouse Over Text'; return true" name="Name Text">Display Text</a> ]]></value>
            <html><![CDATA[Internal Link]]></html>
          </item>
     

     
     

View Complete Thread