Those older browsers that cannot support "image switching" (rollover buttons) will retain the left.html file, which contains a simple column of buttons, whereas the browsers that "see" the script block labeled "language=javascript1.1" will encounter the "replace" mechanism in that script. The replace mechanism bounces the left hand frame to a second html page that contains javascript rollover events, image switching, etc. This is an effective way to maintain version control without testing to see who made the browser.
<script language="JavaScript1.1"> location.replace('menu.html'); </script> |