Werner Schalk <[EMAIL PROTECTED]> writes: > well my last mail was a kind of mistakable. I wanted to search for these kind > of comments: > > <!-- > br=GetBrowser(true); > > if (br==1) > self.location.href="IE/index.php"; > else > self.location.href="NS/index.php"; > // --> > > Is there a way to find them?
Just look at the 'text' reported while between <script> tags. There is no way to get HTML::Parser to report these as comments if it occus inside <script> ... </script>. Regards, Gisle
