| Author | Messages | |
Ari Doucette
 Posts:58

| | 11/01/2007 2:34 PM |
| John, on this, we have some modules that build pop-ups with javascript. So the javascript has the opening and closing html tags... Of course, the pages don't work with PageBlaster either. We're running both the free and the paid PBs. I tried adding some unique text from these pages' urls into the snapsis.pageblaster.config file in the wwwroot, in the exclude all section, but that didn't fix it (I thought it should?). I've turned off PageBlaster (again) so that these pages will work. So, how do I fix this? Is there something more that I need to do in addition to adding these pages to the excludes? Do I need to drop a PB module on the page and set it to exclude from all? PageBlaster does such a great job of speeding up the site... I'd really like to turn it on again!
Thanks, Ari | | | |
| |
| John Mitchell Posts:3033


| | 11/01/2007 2:46 PM |
| Hi Ari, In javascript if you want to output < /html then you could do it like this:
document.write ('<' + '/html');
Which would not cause a problem with PageBlaster.
You should also be able to add a PB module to that page and set it to exclude from all if you want to do it that way.
I would have to see the Url and how you put it into the config file, but it should work that way also. | | | |
| John Mitchell Posts:3033


| | 11/01/2007 2:47 PM |
| BTW, You could also put that javascript in an external JS file to keep it from interferring with the page. | | | |
|
|