How to get available functions for an applet (that can be accessed in javascript) ?
- From: "Stan R." <stan.remove@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 23 Apr 2006 12:09:49 -0700
Hello, I'm wondering how I can enumerate the functions of an applet
(like document.applets.myapplet) ?
In javascript, I can get the properties using
for (prop in document.applets.myapplet) // do something with prop
But I can't figure out any way to get what functions I can access in
javascript.
Reason being I'm using an applet (its a chat applet), I know of a couple
functions I've seen in an example file that comes with the applet files.
But I'm sure threres got to be more, but the docs don't mention them.
Thanks for any help.
--
Stan
.
- Follow-Ups:
- Re: How to get available functions for an applet (that can be accessed in javascript) ?
- From: Grzegorz Kaczor
- Re: How to get available functions for an applet (that can be accessed in javascript) ?
- Prev by Date: [ANN] Slug 1.0 released
- Next by Date: Saving Serialized objects
- Previous by thread: [ANN] Slug 1.0 released
- Next by thread: Re: How to get available functions for an applet (that can be accessed in javascript) ?
- Index(es):
Relevant Pages
|
|