You are here: irt.org | FAQ | JavaScript | Source | Q634 [ previous next ]
Use JavaScript to output the HTML tags to request an external JavaScript *.js source file wen the browser is not Netscape:
<SCRIPT LANGUAGE="JavaScript"><!-- if (navigator.appName != "Netscape") document.write('<script src="whatever.js"><\/script>'); //--></SCRIPT>