Hi Arne,
I've been trying you script, and it works great, except
on
www.wimbledon.comIf you click the button "Launch the Real-Time Scoreboard" near the top-right of the page, java does get initialised, allthough my AllowJava-list is empty, so ALL java applets/objects should be stopped ?
What can be the problem ? I've been looking in the source, and found this :
document.writeln('<applet code="TestGryphon.class" codebase="/ibmrealtime/" width="1" height="1" archive="TestGryphon.jar">');
if(valuein!="")
document.writeln('<param name="query" value="'+valuein+'">');
document.writeln('</applet>');
Could the document.writeln stuff be the reason why the filter doesn't work ?
Thanks in advance