Refreshing a page/Dynamic Updates

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Cyx07
Forum Newbie
Posts: 8
Joined: Sat Nov 15, 2003 5:05 pm

Refreshing a page/Dynamic Updates

Post by Cyx07 »

I'm currently working on making myself a calendar with links to news items for a day on the calendar. What I'd like to do is have the news item load below the page after it is clicked on. Also, I'd like the calendar to update per year by clicking on the year wanting to be viewed at the top. All the server-side PHP is written and works...what I don't know how to do is refresh or update the page to use a new year (the page automatically loads this year), or to instruct the news item to load below the calendar. You can find the page for the calendar test here. I figured JavaScript would be my best bet, but I don't know the first thing about JS. Ideas?
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

This may only help indirectly, but have a look at Mishoo's DHTML Calendar. Best one around, plus it's free.
Post Reply