View Single Post
  #1 (permalink)  
Old Feb 2nd, 2004, 03:22
curlious curlious is offline
New Member
Join Date: Feb 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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" />