Previous Example-|-Next Example-|-Return to Chapter Listing
Example 6.20:
Using a Labeled break
[This example works with Netscape Navigator 4. It will not work with Netscape Navigator 3 or Internet Explorer 3.]
This is similar to the previous example, but the function used here has two different breaks, each using a label to define which part of the statement is being broken out from.
This is the function in the HEAD:
This is the button:
Previous Example-|-Next Example-|-Return to Chapter Listing