Connecting Tech Pros Worldwide Forums | Help | Site Map

Local Computer....

GTi
Guest
 
Posts: n/a
#1: Jul 20 '05
Is it possible to interact with local computer in some way with JavaScript ?
Like sending a message (SendMessage/PostMessage) to a local
program.

I want to write a service; installed on the client computer. When a user is
on the webpage the webpage can send some kind of messages to my
service program.

Is this possible or must I use Java ?



Lasse Reichstein Nielsen
Guest
 
Posts: n/a
#2: Jul 20 '05

re: Local Computer....


"GTi" <nospam@online.com> writes:
[color=blue]
> Is it possible to interact with local computer in some way with JavaScript ?
> Like sending a message (SendMessage/PostMessage) to a local
> program.
>
> I want to write a service; installed on the client computer. When a user is
> on the webpage the webpage can send some kind of messages to my
> service program.[/color]

If you have already installed something on the user's computer, then
anything is possible. Just let the service communicate using HTTP,
like a web server, and you can make connections to it using the normal
browser features.

/L
--
Lasse Reichstein Nielsen - lrn@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
GTi
Guest
 
Posts: n/a
#3: Jul 20 '05

re: Local Computer....


Ahhh, you are think of posting to 127.0.0.1 ?
But is it possible to post anything without a window?


"Lasse Reichstein Nielsen" <lrn@hotpop.com> wrote in message
news:1xs7wyfr.fsf@hotpop.com...[color=blue]
> "GTi" <nospam@online.com> writes:
>[color=green]
> > Is it possible to interact with local computer in some way with[/color][/color]
JavaScript ?[color=blue][color=green]
> > Like sending a message (SendMessage/PostMessage) to a local
> > program.
> >
> > I want to write a service; installed on the client computer. When a user[/color][/color]
is[color=blue][color=green]
> > on the webpage the webpage can send some kind of messages to my
> > service program.[/color]
>
> If you have already installed something on the user's computer, then
> anything is possible. Just let the service communicate using HTTP,
> like a web server, and you can make connections to it using the normal
> browser features.
>
> /L
> --
> Lasse Reichstein Nielsen - lrn@hotpop.com
> DHTML Death Colors:[/color]
<URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>[color=blue]
> 'Faith without judgement merely degrades the spirit divine.'[/color]


Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
#4: Jul 20 '05

re: Local Computer....


GTi wrote:
[color=blue]
> Ahhh, you are think of posting to 127.0.0.1 ?[/color]

Yes.
[color=blue]
> But is it possible to post anything without a window?[/color]

You need a shell script for that, try (not)
the Windows Script Host in M$ Windows.
[color=blue]
> [Top post][/color]

Do not do that again, thanks.


PointedEars
Closed Thread