textarea

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Hi,

I have a web page with form and a textarea inside, the textarea has a cols
value of 65 and rows value of 5 and wrap is "hard" when the form is
submitted to the server the escape character appears after character 64 not
65, the escape character is always one less than were is should be. This
happens on IE 6 on Windows XP (sp2) but not Windows 2000 (sp4).

How do i report this problem?

(i didnt find anything on support.microsoft.com).

Regards,
Kevin
 
In Kevin <null> had this to say:

My reply is at the bottom of your sent message:
Hi,

I have a web page with form and a textarea inside, the textarea has a
cols value of 65 and rows value of 5 and wrap is "hard" when the form
is submitted to the server the escape character appears after
character 64 not 65, the escape character is always one less than
were is should be. This happens on IE 6 on Windows XP (sp2) but not
Windows 2000 (sp4).
How do i report this problem?

(i didnt find anything on support.microsoft.com).

Regards,
Kevin

Report:
http://support.microsoft.com/gp/contactbug

Galen
--

"But there are always some lunatics about. It would be a dull world
without them."

Sherlock Holmes
 
hey kevin,
I had the same problem and this thing solved my problem.
you might find it funny but thats the case. Include this in your CSS:

textarea {
background-color: white;

}

and believe you me it will work!!

gunjan
 
thanks,


gkg80 said:
hey kevin,
I had the same problem and this thing solved my problem.
you might find it funny but thats the case. Include this in your CSS:

textarea {
background-color: white;

}

and believe you me it will work!!

gunjan
 
Microsoft,

Solution works however any chance of getting a fix on this problem? Not just
a workaround.

Regards,
Kevin
 
Back
Top