Re: [Perl-unix-users] Saving Files without data loss

2003-11-17 Thread Bill Platt
Hello, For the record, I have finally tracked down the source of this problem. The error occurs only when opening the file into a textbox, while using Netscape 7 as your browser. IE processes this page properly without any errors. And NS7.1 loads this information truncated into the textarea in the

RE: [Perl-unix-users] Saving Files without data loss

2003-11-17 Thread Lee Goddard
Just a wild guess, but to what is the length attribute of the textobx set? And what is the default? You never know, it might be behaving according to rarely-implemented specs... lee | -Original Message- | From: Bill Platt [mailto:[EMAIL PROTECTED] | Sent: Monday, November 17, 2003 8:50

Re: [Perl-unix-users] Saving Files without data loss

2003-11-17 Thread Bill Platt
Lee, I am not setting a length to the textarea at all. Here is the exact specs: *textarea name=save_text cols=90 rows=22* I am not aware what specs that NS7.1 might be applying to this form. It is a shame since I have always preferred using NS over IE. Bill Platt Lee Goddard wrote: Just a wild g