|
Background Sound
| Can you hear the background sound? |
|
|
| This script uses an if() statement to determine if the browser is Netscape, navigator.appName == "Netscape". If this is true, then the document.write() method is used to add the HTML tag for the background sound for Netscape. If the browser is not Netscape, then the tag for MSIE is used. |
|