Need Info
<input type="button" onclick="alert('hello'), document.bgColor = 'Blue'">
in the above mentioned tag if "C" which is present in bgColor is written in small letter then it will not display blue as background color on click. why does it happen please let me know the reason...
Thanks