|
js to change applet code
I am trying to implement somthing similar to a rollover except for its an applet instead of an image. Is this possible.
I am trying to modify
document.layer['appl'].code=fname;
is this correct in my page I have
<applet code="Prog2_24.class" codebase="Assig1" width="400" height="400" id="appl" />
|