Dodam jeszcze że drugi skrypt samego kalendarza ładuje się w IE tylko najważniejszy pierwszy nie. Poniżej kody.
Niechodzi pod IE <- potrzebny
<?php print '<TR><TH colspan="1" align="left"><B>Data:</B> <input type="Text" name="timestamp" value="" size="17" border="0"> <a href="java script:show_calendar('document.tstest.timestamp', document.tstest.timestamp.value);"> <img src="images/kal.gif" border="0" alt="Kalendarz CGS"></a></form></TH><BR></Table></TR></TH>'; ?>
Drugi skrypt <- chodzi pod IE.
<?php print '<a href="java script:show_calendar('document.tstest.timestamp', document.tstest.timestamp.value);"><img src="cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the timestamp"></a>'; ?>