M
Martin
I would like to serve out a web page (intranet only - no internet)
that has the ability to open a client-side socket that connects to a
server-side socket on another computer. This connection is used to
send data to be displayed using DHTML on the web page (as opposed to
refreshing the entire page).
I have this working where the client is running Internet Explorer in
Windows (the client-side socket is an ActiveX DLL). I would like to
get this to work from a Mozilla browser running in Linux. The ActiveX
stuff, of course, will not work there.
Is there something I can use in a Javascript that will work in Linux?
TIA
that has the ability to open a client-side socket that connects to a
server-side socket on another computer. This connection is used to
send data to be displayed using DHTML on the web page (as opposed to
refreshing the entire page).
I have this working where the client is running Internet Explorer in
Windows (the client-side socket is an ActiveX DLL). I would like to
get this to work from a Mozilla browser running in Linux. The ActiveX
stuff, of course, will not work there.
Is there something I can use in a Javascript that will work in Linux?
TIA