For my sponsored links I need to add a monoslideshow in the detail page.
This is the code that shows the slideshow but how do i insert the code into detail link so it only shows on the exact customers sponsored link?
Any ideas?
This is the code which works.
---------------------------------------------------
<div style="padding-left:10px">
<script type="text/javascript" src="http://www.cotswoldadvisor.com/slideshows/link1/swfobject.js"></script>
<div id="monoSlideshow">
<p><strong>Please install Flash® and turn on Javascript.</strong></p>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("http://www.cotswoldadvisor.com/slideshows/link1/monoslideshow.swf", "SOmonoSlideshow", "480", "360", "7", "#000000");
so.addVariable("showLogo", "false");
so.addVariable("dataFile", "http://www.cotswoldadvisor.com/slideshows/link1/monoslideshow.xml");
so.write("monoSlideshow");
// ]]>
</script></div><br>
-----------------------------------------------------------------
As you can see this is for link1 and i would so how do i get this only in link1detail_link page?
Cheers



