Can not change the value of textbox inside editable area of Cute Editor for FireFox 5.0

  •  04-20-2009, 5:54 AM

    Can not change the value of textbox inside editable area of Cute Editor for FireFox 5.0

    Hi,
     
    i am using cute editor 6.3 on my page(vb.net application). I have added a text box control inside editable area of cute editor, the tag used for it as :
     
    <input id="BalID" style="width: 170px; color: #0000ff; height: 22px;" value="123" name="ID" type="text" align="baseline" />
     
    I want to change the value of text box control from 123 to 123456 from normal view of Cute Editor, and want to save it. I can change the value by double clicking the text box and specifying value for it in IE, but for mozilla i am not able to save new values.
     
    So please help me in this.
     
    Thanks
View Complete Thread