<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 29/04/2010 18:24, Robert Sirois wrote:
<blockquote cite="mid:BAY119-W5010440E09A9486C037BB4A6010@phx.gbl"
 type="cite">
  <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>Seems
to me you would be better off just evaluating some simple javascript
for this. Comet is used to send information to users connected to the
same pusher.. whereas this looks like a private sort of thing.<br>
  <br>
Look at jQuery ajax stuff for this... like (I'm typing this from
memory):<br>
  <br>
html textInput<br>
&nbsp;&nbsp;&nbsp; on: #blah of: self;<br>
&nbsp;&nbsp;&nbsp; onChange: html jQuery ajax serializeThis;<br>
&nbsp;&nbsp;&nbsp; onBlur/Change: (html jQuery ajax script: [:s | s add: (html jQuery
this attributeAt: #value put: self #blahFormatted)].<br>
  <br>
I seriously doubt that code would run... but you get the idea lol.<br>
  <br>
RS<br>
  <br>
</blockquote>
<br>
Thanks Robert. I haven't in fact looked into the jQuery integration
with Seaside much, because I haven't moved over to 3.0 yet, but that
code will no doubt come in handy.<br>
<br>
I realize that in describing my problem, I've given a deliberately
trivial example to the point that it doesn't convey why I'm trying to
use comet, but I am indeed interested in using it to push strings into
text input fields for multiple users, so my question still stands. <br>
<br>
Cheers,<br>
Nick Brown<br>
<br>
<br>
</body>
</html>