Web Analytics Made Easy -
StatCounter automated tasks - CodingForum

Announcement

Collapse
No announcement yet.

automated tasks

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • automated tasks

    I need a script that loads an article (web page) at every 2-3 days interval, for a month.

    I tried with a script that loads small messages (quotes, tips) every day, but does not load a whole article.

    Where to find it?

    Who's interested and skilled?

  • #2
    Here is an idea of how you can do it. If you do not like the idea of having the array then you can always just check the same way and then redirect to the web page that you want. I hope this helps. Have fun. I included a .zip file that has what I did.
    Attached Files
    I try to convince 'em that I am computer geek, but I just can't do it. Why? Oh why?

    Comment


    • #3
      use the javascript date
      specifically the day of the month IE1 thru 30,31

      if x=day1 document.write(article1)
      if x=day4 document.write)article2)

      something like that wouldn't be too hard
      FootballHangout.com

      Comment

      Working...
      X