I have see an application called SiteKiosk that allows JavaScript, inside a
html document, to access objects and procedures in its own exe.
objects can be created in JavaScript along the lines of
var MyObject = SikeKiosk.Email.CreateJob
there is no declaration in JavaScript for the object class, so it must be
create by the containing .exe
also, JavaScript code can call routines from inside the executable, i.e.
windows.external.InitScriptInterface();
reading into this I have found that it is done using IDispatch interface
can any point me in the direction of some information on how to achieve this
functionality in my own applications, possibly using a TWebbrowser
component?
does anyone know of any components that open up this kind of functionality?
Re: ... I have only recently stumbled across the school of thought that says ...JavaScript and HTML are more than capable of providing the functionality and ... (comp.lang.javascript)
Re: Telnet emulation with Javascript/dhtml ...Javascript does not provide such ... >> start making a Java Applet for that if I were you. ... > functionality for "security" or performance reasons. ...frame and submit it, and the output appears in the top frame if it's done ... (comp.lang.javascript)
Re: Why should I eschew prototype.js? ... relieves the developer of the effort of considering browser quirks... The code required to perform some common and repeated javascript...commonly-used functionality so access to that functionality is shorter ... (comp.lang.javascript)
Re: Send To A Friend HTML Code ... You can find JavaScript to handle this function by type the following into the IE ...FrontPage Resources, WebCircle, MS KB Quick Links, etc. ... really just like to code the File\Send functionality directly into the hyperlink using HTML code.... (microsoft.public.frontpage.client)