View Full Version : Resolved site logo / watermark script URL error
its_jon
06-09-2009, 03:41 PM
1) Script Title: site logo /watermark
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/logo.htm
3) Describe problem:
after my image fades in slowly Firefox displays the error "The URL is not valid and cannot be loaded."
Where do I look to address this problem ?.... many thanks
john
Scotland
ddadmin
06-09-2009, 11:48 PM
Please post a link to the page on your site that contains the problematic script so we can check it out.
its_jon
06-10-2009, 03:56 PM
Thanks....
here it is.... im sure its obvious.... but I have been looking for the problem for hours on end.
http://www.jedforestinstrumentalband.org.uk/energy/index.html
ddadmin
06-10-2009, 06:29 PM
Actually, the problem has nothing to do with the scripts on your page. The following line is the culprit:
<meta http-equiv="refresh" content="5; URL=http://">
You're trying to reload a blank page every 5 seconds, hence the issue.
BTW, you have a couple of duplicate and unnecessary references to the jQuery library and initialization code, which you should remove. The following lines can be removed:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
and:
ddsmoothmenu.init({
mainmenuid: "smoothmenu2", //Menu DIV id
orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
//customtheme: ["#804000", "#482400"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
its_jon
06-10-2009, 07:43 PM
Oooo..... sorry about that and thanks for taking a look !...:o
I knew it was something simple.... probably left over from something I was experimenting with early in the planning/testing....
THANKS !!!
yours....
inexperienced
from Scotland
thanks again for the time
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.