Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 6 of 6
  1. #1
    Selling
    BLazeD's Avatar
    Join Date
    Apr 2004
    Location
    New Zealand
    Posts
    3,055
    DNF$
    33
    Bank
    12,403
    Total DNF$
    12,436
    Donate  

    Cool Please Help Me Fix These Browser Errors

    Can anyone please tell me why the IE error message pops up in the botton left hand corner of IE on these 2 pages:

    http://www.planetxbox360.com
    http://forums.planetxbox360.com

    $200DNF if you can send me the corrected relevant code to fix them both!

  2. #2
    The One
    VisualDigits's Avatar
    Join Date
    Mar 2005
    Location
    New Jersey
    Posts
    1,917
    DNF$
    1,210
    Bank
    0
    Total DNF$
    1,210
    Donate  

    Re: Please Help Me Fix These Browser Errors

    no error message pops up for me in IE6
    Cogito, ergo sum!

  3. #3
    Platinum Lifetime Member
    jojoyohan's Avatar
    Join Date
    Jan 2004
    Posts
    348
    DNF$
    1,947
    Bank
    0
    Total DNF$
    1,947
    Donate  

    Re: Please Help Me Fix These Browser Errors

    I get no error but on the first one the page is shifted over.

  4. #4
    DNF Member

    Join Date
    Apr 2005
    Posts
    198
    DNF$
    26,303
    Bank
    0
    Total DNF$
    26,303
    Donate  

    Re: Please Help Me Fix These Browser Errors

    The HTML isn't the greatest. It starts with the title tag, then goes to the HTML tag. You have elements in there twice, as well. Anywho, the error looks like it is coming from the fact you didn't close out one script tag before starting another one.

    This:
    Code:
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    }
    
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    }
    
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    }
    
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    }
    //-->
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    function popUp(URL) {
    mywindow = window.open(URL, "newwin", 'fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=748,height=640,left=0,top=0');
    }
    // End -->
    </script>
    Should Be:

    Code:
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    }
    
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    }
    
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    }
    
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    }
    //-->
    </script>
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    function popUp(URL) {
    mywindow = window.open(URL, "newwin", 'fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=748,height=640,left=0,top=0');
    }
    // End -->
    </script>
    http://imgshark.com Free image hosting, No account needed, 5mb upload

  5. #5
    Gold Lifetime Member

    Join Date
    Oct 2004
    Posts
    204
    DNF$
    340
    Bank
    0
    Total DNF$
    340
    Donate  

    Re: Please Help Me Fix These Browser Errors

    Line 72 there's an extra <script> tag
    <SCRIPT LANGUAGE="JavaScript">

    Like he said but easier if you just delete it.

  6. #6
    Selling
    BLazeD's Avatar
    Join Date
    Apr 2004
    Location
    New Zealand
    Posts
    3,055
    DNF$
    33
    Bank
    12,403
    Total DNF$
    12,436
    Donate  

    Re: Please Help Me Fix These Browser Errors

    $DNF donated

    Cheers!

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
  •  

Domain name forum recommended by Domaining.com