Hi
I'm trying to use some javascript tracking to a link on a site. The link, is an image, and when I add the <noscript> tags are the link, the image isn't displayed.
Any ideas why?
Code is as follows:
<div id="test">
<script type="text/javascript">link('L198L199');</script>
<noscript>
<img src="images/personal_loans_landing/calculator_graphic.gif" height="377" width="266px" alt="Click here" title="" />
<a href="https://www.example.co.uk/apply/test/apply.jsp?route=0000&viaCalc=Y&product=L198L199" title="" target="_blank"><span>Link</span></a>
</noscript>
</div>
Thanks