Re: How do I access the child object?



Julie wrote:
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)?

According to the documentation, the method identifier is zoomIn().
Both Java and ECMAScript implementations are case-sensitive.


HTH

PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
.



Relevant Pages

  • How do I access the child object?
    ... documentation states I can execute methods of that applet by ... I am hosting the applet in a webbrowser control on a desk top ... I can access the Parent object but how do I access the ...
    (comp.lang.javascript)
  • Access JavaApplet through DOM
    ... documentation states I can execute methods of that applet by accessing ... I am hosting the applet in a webbrowser control on a desk top ... I can access the Parent object but how do I access the ...
    (microsoft.public.dotnet.framework.aspnet)