Is there a JavaScript standards? like W3C for HTML/XHTML/CSS ?
If so who are they, do they offer a JS validation tool and which browser is more JS compliant as depending on browser seems to effect some commands/methods used eg..
or the layers vs images etc.. why are there these differences? will there be a standard that ALL browsers conform to?
thoughts anyone.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
If so who are they, do they offer a JS validation tool and which browser is more JS compliant as depending on browser seems to effect some commands/methods used eg..
Code:
if (window.attachEvent) {
do what ever
}
else if (window.addEventListener) {
do what ever
}
thoughts anyone.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.