-
@robertnyman @jaxcore @eae @ErikArvidsson
js if (document.layers) { // ...code that would be executed only by Netscape browsers... } else { // ...code that would be executed only by Internet Explorer... }
js
if (document.layers) {
// ...code that would be executed only by Netscape browsers...
} else {
// ...code that would be executed only by Internet Explorer...
}