aloplop 0 Newbie Poster

Hi all,

I have developed an application in C++ using Borland Builder 6. In this app I load a html file which contains an applet stored in a wifi robot so that in my app I receive the image from an IP camera installed on it.

The fact is that I would like to control the camera installed on the robot (for example by clicking a button in my c++ application) but the problem is that the functions needed to do that are written in JavaScript in the html file which I load previously.

Is it possible to call these JavaScript functions from the C++ application?? The loaded applet is like this:

<APPLET name="cvcs" CODEBASE="http://192.168.1.54:80/" CODE="xplug.class" WIDTH=320 HEIGHT=240>
<param name="RemotePort" value=80>
<param name="Timeout" value=5000>
<param name="RotateAngle" value=0>
<param name="PreviewFrameRate" value=2>
<param name="DeviceSerialNo" value="">
</APPLET>

Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.