Results 1 to 5 of 5

Thread: site logo / watermark script URL error

  1. #1
    Join Date
    Jul 2006
    Posts
    26
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default site logo / watermark script URL error

    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
    Last edited by Snookerman; 06-11-2009 at 05:09 AM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  3. #3
    Join Date
    Jul 2006
    Posts
    26
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks....

    here it is.... im sure its obvious.... but I have been looking for the problem for hours on end.

    http://www.jedforestinstrumentalband...rgy/index.html

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Actually, the problem has nothing to do with the scripts on your page. The following line is the culprit:

    Code:
    <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:

    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
    and:

    Code:
    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"]
    })
    DD Admin

  5. #5
    Join Date
    Jul 2006
    Posts
    26
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Oooo..... sorry about that and thanks for taking a look !...

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •