vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 3 of 3

JS Error with IE ....

This is a discussion on JS Error with IE .... within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, on my board user got a js error with ie. Seems a error with the replacement on the next ...

  1. #1
    Junior Member
    Join Date
    Dec 2005
    Posts
    22

    Question JS Error with IE ....

    Hi,

    on my board user got a js error with ie.
    Seems a error with the replacement on the next and previous link with name of threads.
    Can you please check it and tell me what wrong?

    Link: Hybrid:
    :: http://www.swishzone.de/swishmax-ein...ml?mode=hybrid
    Baumansicht
    :: http://www.swishzone.de/swishmax-ein...?mode=threaded

    installed 2.4

    Thank you
    thomas
    Last edited by Wildthinks; 01-27-2006 at 05:40 PM.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550

    Re: JS Error with IE ....

    Hi Thomas,

    you have the following code in the footer of the page:
    <SCRIPT LANGUAGE="JavaScript1.2" TYPE="Text/Javascript"> <!--
    var sitename = "Swishzone.de";
    var installdir = "http://swishzone.net/stats2";
    document.write('<SCRIPT LANGUAGE="JavaScript1.2" TYPE="Text/Javascript" SRC="' + installdir + '/scripts/logitjavascript.js?sitename=' + sitename + '&installdir=' + installdir + '&dummy=' + (new Date()).getTime() + '"><\/SCRIPT>')
    //--> <div style="display:none"> </div> <center>
    ....
    As you see, you have missed closing tag </script> before the <div...>. Please try to correct this.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  3. #3
    Junior Member
    Join Date
    Dec 2005
    Posts
    22

    Wink Re: JS Error with IE ....

    Thank you I will try to fix it...