From: Umanda D. <abe...@gm...> - 2014-01-07 15:04:16
|
Hello, I'm using Heritrix 3.1.0 and wayback 1.8 in order to crawl and re-create the web sites.I have following seed urls. 1) http://www.cmb.ac.lk 2) http://www.pdn.ac.lk 3) http://www.kln.ac.lk When I'm trying to re-create these web sites, slide show which is in the main page of first 2 sites are not working. Also, A drop down menu which is activated in the mouse over of main menu in the 3rd site also not working. In all these cases the relevant files are in the crawl log and successfully crawled. As I saw in the code http://www.cmb.ac.lk - slide show works using http://www.cmb.ac.lk/wp-content/plugins/widgetkit/widgets/slideshow/js/slideshow.js http://www.pdn.ac.lk - slide show works using skitter.js( http://www.pdn.ac.lk/assist/js1/jquery.skitter.min.js) This js file is in the archive. http://www.kln.ac.lk - This main menu drop down is working using the javascipt below. <script type="text/javascript"> var megamenu = new jaMegaMenuMoo ('ja-megamenu', { 'bgopacity': 0, 'delayHide': 300, 'slide': 0, 'fading': 1, 'direction':'down', 'action':'mouseover', 'tips': false, 'duration': 300, 'hidestyle': 'fastwhenshow' }); </script> Therefore, is this a limitation with wayback machine. Please help me. Regards |