M
Marc
How could I directly trigger a very simple on localhost and a known port
listening server from my internet browser client? Local host means the
little server would be running on the client machine, where my browser
resides. Browser would be IE, O.S. Windows 2000 or XP, and it's for an
intranet application. The goal of the little server on the localhost client
side would be to trigger a scanner, with the TWAIN library. Also this server
is just some local windows executable listening on a known port, it's not
THE server that provides javascript and html to the client. THE big Server
runs on Linux far far away.
Excuse me for my lack of knowledge, but since some cracks, (for which a
little candle will burn in my local church today, it's Sunday you know, and
it's a sin even to work today, as if I did not sin enough the past week
anyway), well again since some posters have explained me that the <object>
tag and related "classid" attribute do not necessarily have to point to an
'original' active x object, this I had this idea:
Could I then somehow use the object tag and the class id attribute to
trigger a very simple locally running server from my Internet Explorer
browser? This local server I then would register in the windows registry,
just like the JRE is registered with the magic number
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" .
And if this is not a good idea, how can I call this localhost sever on the
client side, since I cannot do windows socket programming or something from
html or even javascript? Or should I use a button which, as action, launches
a new browser, on say localhost:12345? Disadvantage would be that then I got
a new window that is of no other use then just kicking this local server,
hence that's not very pretty either.
For your interest, it's programming for an intranet, so some obliged
clientside properties are accepted in the system. I should call TWAIN and
kick a scanner from the browser. The little server running at the client
side, would be the alternative for a JTWAIN applet, I tried earlier.
listening server from my internet browser client? Local host means the
little server would be running on the client machine, where my browser
resides. Browser would be IE, O.S. Windows 2000 or XP, and it's for an
intranet application. The goal of the little server on the localhost client
side would be to trigger a scanner, with the TWAIN library. Also this server
is just some local windows executable listening on a known port, it's not
THE server that provides javascript and html to the client. THE big Server
runs on Linux far far away.
Excuse me for my lack of knowledge, but since some cracks, (for which a
little candle will burn in my local church today, it's Sunday you know, and
it's a sin even to work today, as if I did not sin enough the past week
anyway), well again since some posters have explained me that the <object>
tag and related "classid" attribute do not necessarily have to point to an
'original' active x object, this I had this idea:
Could I then somehow use the object tag and the class id attribute to
trigger a very simple locally running server from my Internet Explorer
browser? This local server I then would register in the windows registry,
just like the JRE is registered with the magic number
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" .
And if this is not a good idea, how can I call this localhost sever on the
client side, since I cannot do windows socket programming or something from
html or even javascript? Or should I use a button which, as action, launches
a new browser, on say localhost:12345? Disadvantage would be that then I got
a new window that is of no other use then just kicking this local server,
hence that's not very pretty either.
For your interest, it's programming for an intranet, so some obliged
clientside properties are accepted in the system. I should call TWAIN and
kick a scanner from the browser. The little server running at the client
side, would be the alternative for a JTWAIN applet, I tried earlier.