Can you see this working in your browser?

Discussion in 'HTML & Website Design' started by fadetoblack22, Jun 2, 2009.

  1. #1
    I want to put a news ticker on my site. On the example page that I am viewing in FF it says: "Your browser doesn't support this javascript!"

    http://www.hypergurl.com/newsticker.html

    Does everyone else see the same?

    If my users are going to see the same message when I put it on my site I don't think I will use this code.

    I javascript usually works in FF.
     
    fadetoblack22, Jun 2, 2009 IP
  2. pipes

    pipes Prominent Member

    Messages:
    12,766
    Likes Received:
    958
    Best Answers:
    0
    Trophy Points:
    360
    #2
    Yeah it says the same for me too.
     
    pipes, Jun 2, 2009 IP
  3. DesignsOnline

    DesignsOnline Peon

    Messages:
    7
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I get: "Your browser doesn't support this javascript!"
     
    DesignsOnline, Jun 2, 2009 IP
  4. Straightupimp

    Straightupimp Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Says That For Me Too
     
    Straightupimp, Jun 2, 2009 IP
  5. gary4gar

    gary4gar Peon

    Messages:
    496
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <script
    l[B]anguage="JavaScript" type="Text/Javascript"><!--
    //  Hide script from older browsers
     var urlAddress = "http://www.hypergurl.com/newsticker.html";
     var pageName = "news ticker javascript";
    
     function addToFavorites()
     {
      if (window.external)
      {
       window.external.AddFavorite(urlAddress,pageName)
      }
      else
      { 
       alert("Sorry! Your browser doesn't support this function.");
      }
     }
    // -->[/B]
    </script>  <script>
    <!-- distributed by http://www.hypergurl.com
    function correct(){
    if (finished){
    setTimeout("begin()",3000)
    }
    return true
    }
    window.onerror=correct
    function begin(){
    if (!document.all)
    return
    if (maxheight==null)
    maxheight=temp.offsetHeight
    whatsnew.style.height=maxheight
    temp.style.display="none"
    c=1
    finished=true
    change()
    }
    //-->
    </script>
    Code (markup):
    the first part of code is executing, try removing it and then try?
     
    gary4gar, Jun 2, 2009 IP
  6. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #6
    It haven't tried that yet, but it works in IE which suggests that removing the above code won't make a difference :(
     
    fadetoblack22, Jun 2, 2009 IP
  7. gary4gar

    gary4gar Peon

    Messages:
    496
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    IE Sucks....Period:p
     
    gary4gar, Jun 2, 2009 IP
  8. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #8
    Yeh, maybe so, but in this case its the only browser working correctly.
     
    fadetoblack22, Jun 2, 2009 IP