textarea

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
 
G

Galen

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
 
G

Guest

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
 
K

Kevin

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
 
K

Kevin

Microsoft,

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

Regards,
Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top