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