PB Code Zone
MUSIC ON-OF BUTTON
MUSIC ON-OF BUTTON
TIP When creating a page with frames you can remove the gray border around the page. The TV browser supports the use of a tag within a frameset. By default, the HSPACE and VSPACE are set to 1, creating the gray border. Make sure that you declare HSPACE=0 and VSPACE=0 inside the tag of the frameset. You can also include the following script, called a "browser sniffer," which detects TV browsers: if (navigator.appVersion.indexOf("WebTV") != -1 ) { document.write(""); }