N
news.microsoft.com
Hello,
First all i've tested these code with different machines but with the same
IE version ( 6.0.2800.1106 )
I've several pages that in some particular cases the background of different
input textboxs appear in yellow, first i had the idea that as something
related with CSS but after several tests i've isolated the code bellow...
the first text box appear in a white background but the second one appear in
yellow, but the strange part is: if you cut the <form tag, everything is
well or if you change the name in the second textbox ( changind the word
email to mail ) also it's ok...
someone can explain what is going on ? it's seems to me a very strange
bug... but why yellow and not red ?
Thanks
Tiago
Sample Below:
<?xml version="1.0" encoding="UTF-16"?>
<html xmlns="http://www.w3.org/TR/REC-html40">
<head>
<title> title </title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="xxx" method="post" action="xxx" >
textbox1 OK <input type="text" name="obj_456_4567_89012" /><br>
textbox2 NOT OK WHY YELLOW AS A BACKGROUND ??? <input type="text"
name="obj_123_4567_email" /><br>
</form>
</body>
</html>
First all i've tested these code with different machines but with the same
IE version ( 6.0.2800.1106 )
I've several pages that in some particular cases the background of different
input textboxs appear in yellow, first i had the idea that as something
related with CSS but after several tests i've isolated the code bellow...
the first text box appear in a white background but the second one appear in
yellow, but the strange part is: if you cut the <form tag, everything is
well or if you change the name in the second textbox ( changind the word
email to mail ) also it's ok...
someone can explain what is going on ? it's seems to me a very strange
bug... but why yellow and not red ?

Thanks
Tiago
Sample Below:
<?xml version="1.0" encoding="UTF-16"?>
<html xmlns="http://www.w3.org/TR/REC-html40">
<head>
<title> title </title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="xxx" method="post" action="xxx" >
textbox1 OK <input type="text" name="obj_456_4567_89012" /><br>
textbox2 NOT OK WHY YELLOW AS A BACKGROUND ??? <input type="text"
name="obj_123_4567_email" /><br>
</form>
</body>
</html>