Hi
I am trying to include a java applet in my html page. I will show you the code i have. It won't open for me. it brings up an error in which it says that the object dosen't support this object or method. i don't understand why. it worked for me on another computer and won't work here for me
here is my code
function playSounds(z){
document.soundapplet.setNumber(z);
basically this is one of the functions in my javascript code which is calling my java soundapplet....
thanks in advance for you help
I am trying to include a java applet in my html page. I will show you the code i have. It won't open for me. it brings up an error in which it says that the object dosen't support this object or method. i don't understand why. it worked for me on another computer and won't work here for me
here is my code
function playSounds(z){
document.soundapplet.setNumber(z);
basically this is one of the functions in my javascript code which is calling my java soundapplet....
thanks in advance for you help