Re[6]: server's initiative

Anne,

AvK> The basic idea is that you have an HTML
AvK> page that includes something like the following
AvK>    <event-source
AvK>      src="http://example.org/events.cgi"
AvK>      onmessage="doSomething(event)">

1) Messages themselves (at least some of them)
are mirror of brower's events ?
Are they raise symmetric events in browser ?
  [as i'm understanding, they are not mirror,
  and don't raise, so they are understandable only
  for particular JS-code]

2) Event stream does not influence at browser,
when handler of event is not set ?

My proposal is to influence at browser by
stream itself, without any handlers,
i.e. without any JS in document at all.
Of course, it require some agreement about
destination of stream's item (stream's events,
if you want).


Dmitry Turin
HTML6     (6. 5.3)  http://html60.euro.ru
SQL5      (5.11.0)  http://sql50.euro.ru
Unicode7  (7. 2.1)  http://unicode70.euro.ru
Computer2 (2. 0.2)  http://computer20.euro.ru

Received on Thursday, 7 February 2008 14:05:37 UTC