开发者

Invoking an applet from another applet

I have a scenario wherein one applet has to trigger the invocation of another applet. Please suggest me how I go about it.

Sanjeev 开发者_开发知识库Gopinath V


Taken from this link - Hope this will help you -

you can call another applet using

getAppletContext().showDocument(URL, "_blank")  

where URL is the HTML page containing the second applet. That will open a new window.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜