Hi Amit_g,
Thanks for replying to my post. My apologies, I wasn't sure what you mean by "change all document.write to':
document.write("<td> </td>");
document.getElementById("M
Could you please explain?
I'm still relatively new to javascript and this is my first attempt at creating a calendar.
Thank you for your help.
Regards,
-D-
Main Topics
Browse All Topics





by: amit_gPosted on 2006-03-11 at 22:01:30ID: 16165951
Have a placehoder where you need this calendar to be diaplyed...
yCalendar" ).innerHTM L += "<td> </td>";
<div id="MyCalendar"></div>
and change all document.write to
document.write("<td> </td>");
document.getElementById("M
Note that your javascripst should be after you have already written the placehoder or in body onload.