- Code: Select all
function JSTransferCompleted(filename) {
// do something useful
}
Or the method signature could be altered to pick up the new value:
- Code: Select all
function JSTransferCompleted(filename, name ) {
// do something useful
}
Jsapi - getting applet id
3 posts
• Page 1 of 1
Jsapi - getting applet idIt would be handy to get the applet id when the Jsapi Javascript methods are called. This feature can be easily added to Jsapi without breaking the existing code. JSMApplet needs to be altered so that the extra parameter is appended to the argument list being passed to notifyJS. The existing Javascript will still work, for example:
Or the method signature could be altered to pick up the new value:
Re: Jsapi - getting applet idYou plan to have several applet instances on the same page ?
Re: Jsapi - getting applet idNot in the near future, but it is very likely longer term.
3 posts
• Page 1 of 1
|
Sitemap | Privacy Statement | Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc.
in the U.S. and other countries. All other company and/or product names are the property of their respective owners.