the same thing in catalyst is:

Code:
<p>Catalyst is slightly different and more compatible with the way html forms work.</p>
<p>There are different ways to use the form submit action to run a cue list cue. </p>
<form action="http://localhost:8080/commands/?" method=get>
<input type=submit name="FindPlayShowCue" value="10">
</form>


<form action="http://localhost:8080/commands/?sleepcomputer" method=get>
<input type=submit name="sleepcomputer" value="sleep computer">
</form>

<p>Or from a link: </p>
<p><a href="http://localhost:8080/commands/?FindPlayShowCue=10">Cue 10</a></p>
<p>&nbsp;</p>

<p>&nbsp;</p>
<p>&nbsp; </p>
</body>
</html>

Replace localhost by the address of the computer running catalyst.