Results 1 to 5 of 5

Thread: Cross Browser marquee II

  1. #1
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cross Browser marquee II

    I would like to use the Cross Browser marquee II on a webpage, but would like to link to it as an external file instead of embedding it the XHTML code. Where I want it to appear, I have inserted:

    <script type="text/javascript" src="js/newsScroller.js" ></script>

    this does not work? If I add the same script in the XHTML body, then it works. Am I missing something?

    Thanks in advance-
    Paul

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Apparently, there are so many minor errors that can cause this it would be best if you could:

    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default here is the URL

    The test page can be viewed here:

    http://63.247.78.210/~hawks/test.html

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You need to remove this line:
    Code:
    <script language="JavaScript1.2">
    from the beginning of the external file and this one:
    Code:
    </script>
    from the end.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you very much. Works fine now.

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
  •