Refreshing a page/Dynamic Updates
Posted: Fri Nov 21, 2003 3:15 pm
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?