How to get the background color value of the page to a variable in the server program in asp.net (you can use javascript, but it cannot be passed to the server-side program)
bgcolor is not a recommended standard for xhtml. It is already an obsolete markup.
If you write bgcolor="#eeeeee", then the method I used before will not work.