Re: [PHP] Re: IE6 not returning POST data from a textarea

2005-12-20 Thread chris
.. Curt Zirzow [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] On Mon, Dec 12, 2005 at 08:33:40PM -0500, Al wrote: Al wrote: Anyone know to get IE6 to return POST data from a textarea when the text is pasted in? Works fine for Mozilla, etc. print_r($_POST) shows

Re: [PHP] Re: IE6 not returning POST data from a textarea

2005-12-13 Thread Curt Zirzow
On Mon, Dec 12, 2005 at 08:33:40PM -0500, Al wrote: Al wrote: Anyone know to get IE6 to return POST data from a textarea when the text is pasted in? Works fine for Mozilla, etc. print_r($_POST) shows several input... and text ... values just fine. Thanks For those

[PHP] Re: IE6 not returning POST data from a textarea

2005-12-12 Thread Al
Al wrote: Anyone know to get IE6 to return POST data from a textarea when the text is pasted in? Works fine for Mozilla, etc. print_r($_POST) shows several input... and text ... values just fine. Thanks For those interested, here is the answer... Text pasted into a textarea [e.g.,

Re: [PHP] Re: IE6 not returning POST data from a textarea

2005-12-12 Thread Michael Hulse
For those interested, here is the answer... Text pasted into a textarea [e.g., from Word] can have characters not defined in IE's textarea ISO-8859-1 charset. Appearently, IE6 has a bug such that it does not send the POST value for the textarea name when some of these are present. [e.g., …