| > There is a switch called '--extended-parse=N' that is
> supposed to stop Javascript parsing.
> Said that, it still parses it!!! Is this a bug gang?
This switch will only disable "extended" javascript, that
is, parsing of "unknown" zones in javascripting (like foobar
('foo.gif')).
Known zones (like foo.src="foo.gif") will always be parsed,
because they are understood by the engine as other a href,
img src..
| |