PDA

View Full Version : calendar will not work in navigator


danacton
05-02-2003, 06:27 AM
Apologies for posting the wrong code:(wrong calendar)

I have attached the correct calendar as it is in my page...

I had a calendar that worked great in explorer, but would not work at all in navigator. On another forum I was told to do the following:

I was told to use:

"document.getElementById()" instead of document.all

"innerHTML" instead of innerText

to make this calendar work in both navigator 6+ and ie.

So silly me not knowing what I'm doing (for the most part) I literally replaced all of the instances of "document.all" with document.getElementById() and all of the instances of "innerText" with "innerHTML"


The original code works great in explorer, now it won't work in either explorer or navigator.

Can someone help!

Here is a sample from the page I'm building - with the correct calendar.