Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jacek Konczewski on Sep 09, 2008 00:06
open dhtmlx forum
Calendar problem

I have a problem with Calendar component.
Even tested on a most simple webpage it has errors on IE 6.0
Works good on FF3.0

<code>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250" />
<title>test</title>
<meta />
</head>
<body>

<form action="">
<input type="text" id="data_od" name="data_od" />
</form>

<script type="text/javascript" src="../rozszerzenia/dhtmlxsuite/dhtmlxcalendar/codebase/dhtmlxcommon.js"></script>
<script type="text/javascript" src="../rozszerzenia/dhtmlxsuite/dhtmlxcalendar/codebase/dhtmlxcalendar.js"></script>
<link rel="stylesheet" href="../rozszerzenia/dhtmlxsuite/dhtmlxcalendar/codebase/dhtmlxcalendar.css" type="text/css" />
<link rel="stylesheet" href="../rozszerzenia/dhtmlxsuite/dhtmlxcalendar/codebase/dhtmlxcalendar_skins.css" type="text/css" />

<script>
    cal1 = new dhtmlxCalendarObject('data_od');
</script>

</body>
</html>

</code>

IE6.0 Screenshot below:
http://www.fotosik.pl/showFullSize.php?id=f3e807c3c3e4f11e
Answer posted by Support on Sep 09, 2008 03:51
Answer posted by Jacek Konczewski on Sep 09, 2008 04:14
This version resolved the problem with IE6.0

Thanks!