TextArea in IE6 can not display??

  1. #1

    TextArea in IE6 can not display??




    <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>
  2. #2

    RE: TextArea in IE6 can not display??

    Please help me !
    thanks!

Similar Threads

  1. TextArea.Text
    By paual in forum 1.x Help
    Replies: 0
    Last Post: May 18, 2012, 3:30 AM
  2. Replies: 2
    Last Post: Jan 21, 2011, 12:53 PM
  3. Rich TextArea
    By ankit in forum 1.x Help
    Replies: 1
    Last Post: Jun 14, 2010, 3:46 PM
  4. [CLOSED] GridPanel: display a Column as a TextArea
    By pschojer in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 16, 2009, 7:51 AM
  5. [FIXED] [V0.6] TextArea
    By Timothy in forum Bugs
    Replies: 3
    Last Post: Sep 21, 2008, 6:12 PM

Posting Permissions