lHow
to call these functions?
–Add the MAYSCRIPT attribute to the applet tag
–Name an
applet instance by adding NAME attribute, such
as
<applet name=app1 code=apPopupMenu.class
Width=125 Height=156 MAYSCRIPT>
.....
</applet>
–Then call
the function via JavaScript, such as:
<a href="javascript:document.app1.changeItem('3_2','Text',
'test.html','_blank')">Click here!</a>