I want to be able to reset the params I am sending to my applet. My Applet is set up to resample a parameter every so often. The problem comes from trying to alter them in the HTML using Javascript.
I cannot for the life of me reference the params by id - or get them from my <object>.How do I get a reference, or is this some kind of security measure? I don't want to have to set up a file reader or anything.
I cannot for the life of me reference the params by id - or get them from my <object>.How do I get a reference, or is this some kind of security measure? I don't want to have to set up a file reader or anything.