Results 1 to 2 of 2

Thread: Any ways of making Ajax Xml ticker to display content based on dates

  1. #1
    Join Date
    Nov 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Any ways of making Ajax Xml ticker to display content based on dates

    1) Script Title: Ajax Xml ticker

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

    3) Describe problem: I want the script to display the contents every 24 hours that is based on date. Are there any ways to altering the time delay to date?
    This script should be displaying the next content every new day. And thank you for this script

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Code:
    new ajax_ticker(xmlfile, "ajaxticker1", "someclass", 3600 * 1000, "fade")
    ...updates every 24 hours.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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
  •