These buttons modify the parent and grandparent status bars using JavaScript 1.1 (Navigator 3):


These are the buttons in this page: <FORM> <INPUT TYPE="BUTTON" VALUE="The parent window: window.opener.defaultStatus" onclick="window.opener.defaultStatus='The previous (parent) window\'s status bar'"><P> <INPUT TYPE="BUTTON" VALUE="The top window: window.opener.opener.defaultStatus" onclick="window.opener.opener.defaultStatus='The top (most-ancient ancestor) window\'s status bar'"><P> <INPUT TYPE="BUTTON" VALUE="The parent's sibling window: window.opener.opener.Win2.defaultStatus" onclick="window.opener.opener.Win2.defaultStatus='The parent\'s sibling\'s window\'s status bar'"><P> <INPUT TYPE="BUTTON" VALUE="Close this window" onclick="self.close()"> </FORM>