Results 1 to 2 of 2

Thread: Java Script

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2001
    Posts
    106

    Java Script

    Hey can any one tell how to get the Version and name of the browser in which a HTMl file is getting loaded


    Thanks
    Neti

  2. #2
    scoutt
    Guest
    Code:
    <script language="Javascript">
    <!--
    
    document.write("You're using: <b>"+navigator.appName+" "+navigator.appVersion+"</b>");
    
    //-->
    </script>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width