Re: Shall I implement this in javascript?
- From: beegee <bgulian@xxxxxxxxx>
- Date: Tue, 20 Nov 2007 06:46:02 -0800 (PST)
On Nov 19, 7:35 am, Alex Y Wang <redflying...@xxxxxxxxx> wrote:
Hi all, I need to add a new functionality to our product, where I need
to access some web services. Since our product is completely written
in C++ ...<SNIP>
I'm considering
implementing this using javascript and use an embedded IE control for
the user interface.
I'll take a simplistic shot at it. What sort of interfaces does the
IE Control expose? In, particular, will you be able to retrieve
values of DOM elements from it? The reason I ask is because
javascript in a browser has no file system access, in fact no system
resource access whatsoever for security reasons (intranet or internet
doesn't matter). If the COM interface access of the IE Control let's
you overcome this problem, then, yeah it's a great idea. There is
nothing simpler and more flexible than coding up AJAX for your web
services in javascript. And, of course your UI can be as beautiful or
utilitarian as you want.
Bob
.
- References:
- Shall I implement this in javascript?
- From: Alex Y Wang
- Shall I implement this in javascript?
- Prev by Date: LINK: AutoPacker - JavaScript compression for the lazy.
- Next by Date: Re: Render xmlhttp response in new window with text/xml content type
- Previous by thread: Shall I implement this in javascript?
- Next by thread: Photo Zoom
- Index(es):
Relevant Pages
|