lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev address@hidden: scripts, anyone?]


From: David Woolley
Subject: Re: lynx-dev address@hidden: scripts, anyone?]
Date: Wed, 26 Jul 2000 08:26:10 +0100 (BST)

> 
> A lot of what javascript does is provide streaming text. It would be
> very nice indeed if lynx could redirect this to a named pipe.

Java would be a much more appropriate tool for this, and I suspect you
have confused the two.   To do it in Javascript would be pretty messy,
and probably not done often enough to recognize the particular coding
idiom used.  For Javascript, you would probably have to maintain a hidden
frame, and periodically reload that frame from the server, then copy the
data into the ticker tape window, whereas Java would just establish a single
TCP connection and accept continuous data from it.

Appropriate technology would be a simple telnet connection, of course!

Better than Javascript, and another reason why it would be unlikely, is
using the pseudo HTTP Refresh header.


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]