Forum Moderators: open

Message Too Old, No Replies

about language attribute

         

amir_iiui

10:15 am on Jun 24, 2005 (gmt 0)

10+ Year Member



I m using a dropdown list in a page in my application build in visual studio dot net. When at design time, i set the autopostback property of the dropdownlist to true, then on runtime, it adds a property in the dropdown tag as language="javascript" which is creating complaince problems at w3c validator for HTML 4.0 .

Can some body tell me how to avoid it?

ronin

1:10 pm on Jun 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You should be using:

type="text/javascript"

tranders

3:08 pm on Jun 28, 2005 (gmt 0)



The language attribute is generated by the .NET framework, so we have no control over it (well, essentially we don't).

I am facing the same issue. Amir, have you found a solution?