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
    23
    Liked
    0 times

    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 06:40 PM.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,680
    Liked
    157 times
    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.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member
    Join Date
    Dec 2005
    Posts
    23
    Liked
    0 times

    Wink

    Thank you I will try to fix it...

Posting Permissions

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