<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
'ello. I'd like to use the Seaside javascript facilities to instantiate a javascript class of mine.<div><br></div><div>What I'd like is an example or something, because looking at the Seaside code and the jQuery classes and stuff is rather confusing.</div><div><br></div><div>My class is simple, however. Basically, all I need is to instantiate a variable:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>x = MyClass();</div><div><br></div><div>and evaluate some setters:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>x.setVar('blah');</div><div><br></div><div>and then evaluate x.update(); on an interval... which JSObject provides.</div><div><br></div><div>Thanks,</div><div>RS</div>                                               </div></body>
</html>