I am struggling to intergrate a scroller on my main page. The sothink instructions say to place this code
<script type="text/javascript" src="../sothinkscrollers/js/stscode.js"></script>
in the <head>, and this in the <body> which I have done using admin/define main page
I have created a subdirectory called sothinkscrollers and placed the folders js and images there but if I use firebug this is what is there which as i understand it means that it cant find the scroller -What am i doing wrong???? site ref stripeyfrog . com
<!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html><head><title>Yahoo! - 400 Bad Request</title><style>
3/* nn4 hide */
4/*/*/
5body {font:small/1.2em arial,helvetica,clean,sans-serif;font:x-small;text-align:center;}table {font-size:inherit;font:x-small;}
6html>body {font:83%/1.2em arial,helvetica,clean,sans-serif;}input {font-size:100%;vertical-align:middle;}p, form {margin:0;padding:0;}
7p {padding-bottom:6px;margin-bottom:10px;}#doc {width:48.5em;margin:0 auto;border:1px solid #fff;text-align:center;}#ygma {text-align:right;margin-bottom:53px}
8#ygma img {float:left;}#ygma div {border-bottom:1px solid #ccc;padding-bottom:8px;margin-left:152px;}#bd {clear:both;text-align:left;width:75%;margin:0 auto 20px;}
9h1 {font-size:135%;text-align:center;margin:0 0 15px;}legend {display:none;}fieldset {border:0 solid #fff;padding:.8em 0 .8em 4.5em;}
10form {position:relative;background:#eee;margin-bottom:15px;border:1px solid #ccc;border-width:1px 0;}
11#s1p {width:15em;margin-right:.1em;}
12form span {position:absolute;left:70%;top:.8em;}form a {font:78%/1.2em arial;display:block;padding-left:.8em;white-space:nowrap;background: url(http://us.i1.yimg.com/us.yimg.com/i/s/bullet.gif) no-repeat left center;}
13form .sep {display:none;}.more {text-align:center;}#ft {padding-top:10px;border-top:1px solid #999;}#ft p {text-align:center;font:78% arial;}
14/* end nn4 hide */
15</style></head>
16<body><div id="doc">
17<div id="ygma"><a href="http://us.rd.yahoo.com/400/*http://www.yahoo.com"><img
18src=http://us.i1.yimg.com/us.yimg.com/i/yahoo.gif
19width=147 height=31 border=0 alt="Yahoo!"></a><div><a
20href="http://us.rd.yahoo.com/400/*http://www.yahoo.com">Yahoo!</a>
21 - <a href="http://us.rd.yahoo.com/400/*http://help.yahoo.com">Help</a></div></div>
22<div id="bd"><h1>Sorry, Bad Request.</h1>
23Your browser sent a request that this server could not understand.<P>
24geo_translate: /. in filename : "/..includes/sothinkscrollers/js/stscode.js" Access is Disallowed<P>
25<P>Additionally, a 410 Gone
26error was encountered while trying to use an ErrorDocument to handle the request.
27<p>Please check the URL for proper spelling and capitalization. If
28you're having trouble locating a destination on Yahoo!, try visiting the
29<strong><a
30href="http://us.rd.yahoo.com/400/*http://www.yahoo.com">Yahoo! home
31page</a></strong> or look through a list of <strong><a
32href="http://us.rd.yahoo.com/400/*http://docs.yahoo.com/docs/family/more/">Yahoo!'s
33online services</a></strong>. Also, you may find what you're looking for
34if you try searching below.</p>
35<form name="s1" action="http://us.rd.yahoo.com/400/*-http://search.yahoo.com/search"><fieldset>
36<legend><label for="s1p">Search the Web</label></legend>
37<input type="text" size=30 name="p" id="s1p" title="enter search terms here">
38<input type="submit" value="Search">
39<span><a href="http://us.rd.yahoo.com/400/*http://search.yahoo.com/search/options?p=">advanced search</a> <span class=sep>|</span> <a href="http://us.rd.yahoo.com/400/*http://buzz.yahoo.com">most popular</a></span>
40</fieldset></form>
41<p class="more">Please try <strong><a
42href="http://us.rd.yahoo.com/400/*http://help.yahoo.com">Yahoo!
43Help Central</a></strong> if you need more assistance.</p>
44</div><div id="ft"><p>Copyright © 2010 Yahoo! Inc.
45All rights reserved. <a
46href="http://us.rd.yahoo.com/400/*http://privacy.yahoo.com">Privacy
47Policy</a> - <a
48href="http://us.rd.yahoo.com/400/*http://docs.yahoo.com/info/terms/">Terms
49of Service</a></p></div>
50</div></body></html>
</script>
<a style="display: none; visibility: hidden;" href="http://www.dhtml-menu-builder.com">Javascript DHTML Image Web Scroller Powered by dhtml-menu-builder.com</a>
<script src="../sothinkscrollers/js/scroller.js" type="text/javascript">
</script>
</div>
<div id="featuredProducts" class="centerBoxWrapper">
</div>
<fieldset>
</fieldset>
</div>
</td>
<td id="navColumnTwo" class="columnRight" style="width: 150px;">
</td>
</tr>
</tbody>
</table>
<div id="navSuppWrapper">
</div>
<div id="siteinfoIP">Your IP Address is: 41.204.132.151</div>
<div id="siteinfoLegal" class="legalCopyright">
</div>
<script type="text/javascript">
</script>
</body>
</html>


Reply With Quote

