<DIV id=result_box dir=ltr>TextArea in IE6 can not display,this is my Code:


Added:If you are in IE6, and the Medium at WINDOW, can not be displayed, otherwise normal

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SMSUSelf.aspx.cs" Inherits="SubModule_SMS_SMSUSelf" %>
<%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <ext:ScriptManager ID="ScriptManager1" runat="server" />
        <ext:Window ID="Window1" runat="server" Icon="CarStart" Modal="True" Closable="false" Title="???????" Width="400" Height="320" Resizable="true" BodyStyle="padding:5px;background-color:#fff;" Show&#111;nload="true">
            <Body>
                <ext:FormLayout ID="FormLayout1" runat="server">
                    <ext:Anchor Horizontal="100%">
                        <ext:TextArea ID="SMSMNum" runat="server" FieldLabel="?????,?????','???" Height="80" Width="350"/>
                    </ext:Anchor>
                    <ext:Anchor Horizontal="100%">
                        <ext:TextArea ID="SMSCon" runat="server" FieldLabel="???????" Height="150" Width="350"/>
                    </ext:Anchor>
                </ext:FormLayout>
            </Body>
            <Buttons>
                <ext:Button ID="BtnSendSMS" runat="server" Text="??" Icon="TelephoneAdd" CausesValidation="true">
                    <AjaxEvents>
                        <Click OnEvent="BtnSendSMS_Click">
                            <EventMask ShowMask="true" Msg="Saving..." MinDelay="500" />
                        </Click>
                    </AjaxEvents>
                </ext:Button>
            </Buttons>
        </ext:Window>
    </form>
</body>
</html>