Forum Moderators: open
superfluous javascript
Greg, this was going to be a stickymail in your direction, ye of eloquent <H2> rants on the role of JavaScript, but I perhaps this is part of a wider concern, so here it is in the open:
How much control does .NET allow over the output in areas that impact html-conscious search engines and security-conscious visitors? Can some of the "gee whiz" features be made to co-exist with "hey, googlebot" requirements?
You can add all the usual JavaScript yourself, which I'll bet is most of what you are seeing.
My main gripe is that the code that the various server-side controls produce are HTML 4.0 not XHTML. How hard could it have been to put the HTML tags in lower case and have closing tags? I'm still looking at this for ways to fix it by subclassing or something.