Results 1 to 3 of 3

Thread: Countdown 2 timer being turned into a js

  1. #1
    Join Date
    Dec 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Countdown 2 timer being turned into a js

    http://www.dynamicdrive.com/dynamici...htmlcount2.htm

    i attempted to use the countdown script as an external script and it did not work. is there a reason that it wouldnt?

    i saved the script as a .js file in the same directory as the webpage and then called it using <script counter.js>

    </script>

    and nothing happened except the backround appeared

    will it work as an external script or because of the way it interacts with the iline it has to be coded in the html file

    Stephen

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    To link to it, use this.

    <script src="script counter.js" type="text/javascript">
    INSERT FULL DYNAMIC DRIVE COPYRIGHT NOTICE HERE FROM ORIGINAL SCRIPT
    </script>

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Dec 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks i forgot the text/javascript part

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
  •