Results 1 to 2 of 2

Thread: ProHTML ticker

  1. #1
    Join Date
    Mar 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ProHTML ticker

    1) Script Title: ProHtml ticker

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...htmlticker.htm

    3) Describe problem: Hi: I posted a few days ago. I am getting a null error message from this script in IE7 only. Every other browser is fine. I have the script referenced externally if that matters. I removed the script and the null message went away. Any help is appreciated.
    http://www.marinemammalcenter.org
    http://www.marinemammalcenter.org/null1.jpg (example)

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

    Default

    There might be an unclosed tag within one of your DIV contents. To verify this, try removing all the DIVs with id="dropmsgx" on the page, and replace it with the default sample contents to see if the error goes away:

    Code:
    <div id="dropmsg0" class="dropcontent" subject="What is JavaScript?">
    JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.
    </div>
    
    <div id="dropmsg1" class="dropcontent" subject="Java & JavaScript Differences">
    Java is completely different from JavaScript- it's more powerful, more complex, and unfortunately, a lot harder to master. It belongs in the same league as C, C++, and other more complex languages. Java programs need to be compiled before they can run, while JavaScript do not.
    </div>
    
    <div id="dropmsg2" class="dropcontent" subject="What is DHTML?">
    DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.
    </div>
    DD Admin

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
  •