tomayac’s avatartomayac’s Twitter Archive—№ 17,084

  1. …in reply to @robertnyman
    @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... }