[Rabbit-proxy-development] Strange BodyFilter behaivour
Brought to you by:
ernimril
From: Fredric P. <fr...@sp...> - 2006-10-18 12:54:52
|
Hello, I am using the body filter to be able to add some content directly after the <body> tag. At some websites the inserted text ends up in the wrong place. This is a piece of the source from a www.dn.se page: --- code --- <body> <script language="javascript" type="text/javascript"> var CM8Server = "ad.adtoma.com"; var CM8Cat = "dn.nyheter.sve<b>INSERTED rabbit.filter.BodyFilter TEXT</b><script language="javascript" type="text/javascript"> var CM8Server = "ad.adtoma.com"; var CM8Cat = "dn.nyheter.sverige"; var CM8Profile = "d=147"; </script> <script language="javascript" type="text/javascript" src="http://ad.adtoma.com/adam/cm8adam_1_call.js"></script> <div id="siteDiv"> <div class="dnNewsPage"> <div id="header"> <div id="header-ad"> <div id="ad-top-multi"> --- end code --- The test text the filter adds (e<b>INSERTED rabbit.filter.BodyFilter TEXT</b>, row 4) ends up inside a <script> tag instead of directly after the <body>-tag. What is the problem. I am using the BodyFilter in the 3.6 version without any modifications. Regards, Fredric Palmgren -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.408 / Virus Database: 268.13.4/480 - Release Date: 2006-10-17 |