I have used a slide show script on my main page which is framed. The slides are linked to urls within the site but when I click on the slides they go straight out of the frame.
Here is the relevant code;
<a href="javascript:gotoshow()" target="_top"><img src="/portal/html/thumbs/accountants2.gif" name="slide" border=0 width=88 height=100></a>
<script>
<!--
//configure the paths of the images, plus corresponding target links
slideshowimages("thumbs/accountants2.gif","thumbs/electricians2.gif","thumbs/alternative2.gif","thumbs/wedding2.gif","thumbs/rubbish2.gif")
slideshowlinks("http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Accountants&md","http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Electricians&md","http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Alternative&md","http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Wedding_Services&md","http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Rubbish_Removal&md")
Is there anything I can do to keep it within the frames?
Here is the relevant code;
<a href="javascript:gotoshow()" target="_top"><img src="/portal/html/thumbs/accountants2.gif" name="slide" border=0 width=88 height=100></a>
<script>
<!--
//configure the paths of the images, plus corresponding target links
slideshowimages("thumbs/accountants2.gif","thumbs/electricians2.gif","thumbs/alternative2.gif","thumbs/wedding2.gif","thumbs/rubbish2.gif")
slideshowlinks("http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Accountants&md","http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Electricians&md","http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Alternative&md","http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Wedding_Services&md","http://www.crawleyontheweb.com/businessdirectory/ads.cgi?ct=Rubbish_Removal&md")
Is there anything I can do to keep it within the frames?
Comment