【发布时间】:2009-02-17 13:30:41
【问题描述】:
我的 Web 项目中的 CalandarExtender 有一个奇怪的问题。 当有人点击小日历图标 IE6 崩溃! 我认为我正确实施了它
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
TagPrefix="cc1" %>
<asp:TextBox ID="txtDateDebut" runat="server"
CssClass="TextBox"></asp:TextBox>
<asp:ImageButton ID="txtDateDebutButton" runat="server"
ImageUrl="~/images/16X16_2/cal.gif" />
<cc1:CalendarExtender ID="txtDateDebutCalendarExtender" runat="server"
Animated="false" CssClass="Calendar"
FirstDayOfWeek="Monday"
Format="dd/MM/yyyy"
PopupButtonID="txtDateDebutButton"
TargetControlID="txtDateDebut">
</cc1:CalendarExtender>
在 IE7 上它可以工作但它会伸展,在 IE6 上它会冻结应用程序直到它停止而没有任何错误消息。
【问题讨论】:
-
请定义“IE6 崩溃”。这将有助于了解确切的行为。它是否只是导致应用程序退出,是否有错误消息或某种错误消息,任何事情都会有所帮助。