我一直在开发一个需要有制造商徽标滚动横幅的网站。问题是缺少滚动操作。看看Chrome中的元素给我这个错误:“http://forallgadgets.co.uk/:871未捕获的ReferenceError:没有定义marqueeInit”对可能导致此问题的任何想法?谢谢,格兰特。
部首: / *文本和/或图像爬虫脚本v1.5(c)2009-2011 John Davenport Scheuer 在http://www.dynamicdrive.com/forums/中首次出现 用户名:jscheuer1 - 此通知必须保留供合法使用 更新时间:4/2011随机订单选项,更多(见下文) * /
身体:
<a href="index.php?route=product/manufacturer&manufacturer_id=52">
<img src="catalog/view/theme/default/image/manuf_01.jpeg" width="90" height="30"
alt="" style="margin-left:2px; margin-top:20px;" /></a>
<a href="index.php?route=product/manufacturer&manufacturer_id=32">
<img src="catalog/view/theme/default/image/manuf_02.gif" width="90" height="30"
alt="" style="margin-left:2px; margin-top:20px;" /></a>
</div>
<script type="text/javascript">
marqueeInit({
uniqueid: 'mycrawler2',
style: {
'padding': '0px',
'width': '690px',
'height': '71px',
'margin-left': '10px',
'margin-right': '10px'
},
inc: 5, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 2,
neutral: 150,
savedirection: true
});
</script>
答案 0 :(得分:1)
剧本; http://www.forallgadgets.com/catalog/view/javascript/crawler.js
返回302; The document has moved <a href="http://www.forallgadgets.co.uk">here</a>
响应而不是有效内容。