home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1998 #7 & #8 / Datatid-1998-07&08.iso / internet / thing / ThingViewer_Install_Microsoft.exe / ThingViewer10.ocx / RCDATA / 621 < prev   
Encoding:
Text File  |  1998-04-07  |  549 b   |  13 lines

  1. <!-- This JAVASCRIPT block is only needed if locking to a URL is used. -->
  2. <!-- It may be deleted if locking to a URL is not in use by any Things on the page.-->
  3. <script language=JavaScript>
  4. //** The function is called if the browser is Netscape Navigator 3.03 or 3.04
  5.     if (navigator.appName.indexOf("Netscape") >= 0)
  6.     {
  7.         major_ver = parseInt(navigator.appVersion.substring(0,1))
  8.         minor_ver = parseInt(navigator.appVersion.substring(2,4))
  9.         if (major_ver == 3 && minor_ver >= 3)
  10.             document.##THINGNAME##.setSceneFile("")
  11.     }
  12. </script>
  13.