Re: How do I access the child object?
- From: Thomas 'PointedEars' Lahn <PointedEars@xxxxxx>
- Date: Thu, 29 Nov 2007 22:40:09 +0100
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
.
- Follow-Ups:
- Re: How do I access the child object?
- From: Julie
- Re: How do I access the child object?
- References:
- How do I access the child object?
- From: Julie
- How do I access the child object?
- Prev by Date: Javacript Object Expected
- Next by Date: Re: Drop Down Menu
- Previous by thread: Re: How do I access the child object?
- Next by thread: Re: How do I access the child object?
- Index(es):
Relevant Pages
|