http://www.perlmonks.org?node_id=952130


in reply to limited input lines of textarea of IE

Quick googlin' gave me suggestion of explicit usage of 'rows', 'cols' and 'maxlength' attributes of 'textarea' tag.
  • Comment on Re: limited input lines of textarea of IE

Replies are listed 'Best First'.
Re^2: limited input lines of textarea of IE
by lightoverhead (Pilgrim) on Feb 06, 2012 at 18:49 UTC

    Thank you Fisher for your response.

    However, as you can see I didn't implement any number of rows or cols in the code.

    I can paste more than 168 lines in this textbox in Chrome, but not in IE.

    I really can not understand the different behavors of these two different internet browsers