Calendaring Fun with and Duke Law Michael Wright Manager, Web Services Duke Law (919) Plus some XML, PHP, and Javascript
XML+PHP
Add to Calendar
Add to Calendar: ICS
Add to Calendar: Google Calendar
Add to Calendar: Yahoo Calendar
Add to Calendar: Facebook
Add to Calendar: Permalink
Add to Calendar: to Calendar
Add to Calendar: More Javascript
function showMore(link_id,elemId) { linkObj = document.getElementById(link_id); //display the more content for this elemId document.getElementById(elemId).style.display='inline'; //change the links attributes to hide the more content linkObj.href = 'javascript:hideMore("'+link_id+'","'+elemId+'")'; linkObj.innerHTML = " Add to Calendar "; } function hideMore(link_id,elemId) { linkObj = document.getElementById(link_id); //hide the more content for this elemId document.getElementById(elemId).style.display='none'; //change the links attributes to show the more content linkObj.href = 'javascript:showMore("'+link_id+'","'+elemId+'")'; linkObj.innerHTML = " Add to Calendar "; } Add to Calendar: More Javascript
fin. Michael Wright Manager, Web Services Duke University School of Law (919)