Browsertest - Netscape 3.01


The results for your browser: (there should be the text 'end of test' at the end of the page)

navigator               [object Navigator]
navigator.appCodeName   Mozilla
          appName       Netscape
          appVersion    3.01 (Win16; I)
          language      undefined
          platform      undefined
          userAgent     Mozilla/3.01 (Win16; I)

navigator.userAgent.length 23
navigator.userAgent.indexOf('Opera') -1
navigator.userAgent.substring(25,30) 


window.closed           false
       defaultStatus    
       innerHeight      undefined
       innerWidth       undefined
       locationbar      undefined
       menubar          undefined
       name             
       outerHeight      undefined
       outerWidth       undefined
       pageXOffset      undefined
       pageYOffset      undefined
       personalbar      undefined
       scrollbars       undefined
       statusbar        undefined
       status           null
       toolbar          undefined


top.history             
parent.history          
window.history          
top.history.length      5
parent.history.length   5
window.history.length   5


frames.length           0
top.frames.length       0
parent.frames.length    0


document.alinkColor     #ff0000
         bgColor        #c0c0c0
         charset        undefined
         cookie         
         defaultCharset undefined
         fgColor        #000000
         lastModified   10/09/98 09:19:06
         linkColor      #0000ee
         referrer       
         title          Browser Javascript Test
         URL            http://localhost/browsertest.html
         vlinkColor     #551a8b

top.document.alinkColor     #ff0000
             bgColor        #c0c0c0
             charset        undefined
             cookie         
             defaultCharset undefined
             fgColor        #000000
             lastModified   10/09/98 09:19:06
             linkColor      #0000ee
             referrer       
             title          Browser Javascript Test
             URL            http://localhost/browsertest.html
             vlinkColor     #551a8b

parent.document.alinkColor  #ff0000
             bgColor        #c0c0c0
             charset        undefined
             cookie         
             defaultCharset undefined
             fgColor        #000000
             lastModified   10/09/98 09:19:06
             linkColor      #0000ee
             referrer       
             title          Browser Javascript Test
             URL            http://localhost/browsertest.html
             vlinkColor     #551a8b





You didn't see 'end of test'? - Then your browser stopped during the javascript execution!

You don't see anything on this page except these two lines? - Then your browser doesn't speak Javascript!