blob: 3de573a5be80fa3cf0fe52350e0ff1cf6bc5c408 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page Linking Tutorial (page 2)</title>
</head>
<body>
<h1>Page Two</h1>
<center>
<table border=0>
<tr><th>Well, here we are! Let have some Action!</th></tr>
<tr><td><hr></td></tr>
<tr><td>Click <span jwcid="homePage">here</span> to go back to the home page.</td></tr>
<tr><td>Click <span jwcid="linkListener">here</span> to invoke a <b>DirectLink</b> listener</td></tr>
<form jwcid="form">
<tr><td>Click <span jwcid="buttonListener">here</span> to invoke a <b>Submit</b> listener</td></tr>
</form>
<!-- This part shows the 'result' of the listener -->
<tr><td><hr></td></tr>
<tr><td><span jwcid="result"/></td></tr>
</body>
</html>