How do I access the child object?



Hi,

I am running a JavaApplet call ViewOne Pro on my web page. The
documentation states I can execute methods of that applet by
accessing
the objectname.methodname:


i.e. v1Pro.ZoomIn()


I am hosting the applet in a webbrowser control on a desk top
application. I can access the Parent object but how do I access the
child object (applet)?

J
.