This is probably really basic and Simple but my Gogle-foo is failing me.
I have an applet embedded on the page via an Object tag.
It has method public void foo(String bar)
Now I want to call foo
with baz
,
So I do
getElemntById('myApplet').foo('baz')
Which doesn't work, and I cant get info from Google-foo on what is the way to do it.