SimpleButton1 (plain HTML): SimpleButton1b.html

<html>
<head>
<title>Comp 86 example SimpleButton1</title>
<!-- Similar to java SimpleButton3, old-fashioned way -->
</head>

<body>

<p>
<a href="SimpleButton1a.html">[Push me]</a>

<p>
<a href="SimpleButton1b.html">[Push me also]</a>

<p>
<b>Status:</b> Button labeled 'Push me also' was pushed</p>

</body>
</html>
[download file]