Post Reply 
<applet>...: Toggle Java
Nov. 12, 2009, 02:32 PM
Post: #1
<applet>...: Toggle Java
stumbled upon a site where the Java doesn't toggle...
my default is the 2/13 with 6/6 updates [filter dated 9.01.30], but i did just test in 5/24->7/18 [filter dated 09.07.04] and the applet did not toggle there either...

it didn't generate a log-rare entry...

http://www.dinkytown.net/java/Tax1040.html
Add Thank You Quote this message in a reply
Nov. 15, 2009, 07:54 PM
Post: #2
RE: <applet>...: Toggle Java
Happens here too, in IE6 only.
Please don't forget to post your user-agent when encountering problems.

There's something called IE proprietary conditional comment tags, surrounding code which is skipped by all other browsers. The config is skipping this code too.

Below is a test filter for the alpha 4 config, which causes the other filters to inspect the respective code. I didn't really meditate over side effects or completeness. Maybe someone else can do that.

Code:
[Patterns]
Name = "Mark: Comments: HTML     09.11.15 (fail) [sd] (d.r) TEST"
Active = TRUE
URL = "$TST(hCT=*html)(^$TST(volat=*.txt2html:3*))"
Limit = 7
Match = "<!--(^\[if)($SET(comment=1)|$TST(script=*)$SET(comment=2)|$TST(tStyle=1)$SET(comment=3))PrxFail$TST()"
        "|-->$SET(comment=)PrxFail$TST()"
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: