Hi, I was wondering if it is possible to get a param value with javascript from an java applet.
<object type="application/x-java-applet" classid="java:Link.class" width="100" height="25"><param value="http://f0802594f7f84cdaa59017c6588bf486/selif/moc.xnilemil" name="java"><and many more that isn't needed>
So can I get this param value with a javascript method? I couldn' find anything on google so I think no, but I could be looking in the wrong direction. Because it is possible extracting it with regex, but if it would be possible, it would be better and probably faster.
Help is much appreciated.