think they dropped it in 7.4.1

tim will probably move to html based pages- i just fixed something in samsc-

catalyst web pages work-

there is a also kiosk mode in opera browser-

http://www.opera.com/support/mastering/kiosk/

source for a simple html file to make a web page in samsc looks something like this-
Catalyst is different- i added a different and easier way of doing this-.


Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<p>samsc cue trigger html.... </p>

<form action="http://localhost:7000/samsc(cuelist,searchandplay,10)" method=get>
<input type=submit name="whatvever" value="cue10">
</form>
<form action="http://localhost:7000/samsc(cuelist,searchandplay,20)" method=get>
<input type=submit name="whatvever" value="cue20">
</form><p>&nbsp;</p>
<p>&nbsp;</p>
<p>Hello world this is one way to proceed.... </p>
</body>
</html>