Forum Moderators: open
New to the forums :)
I'm curious if anyone has any experience or advice on finding documents that do not contain snippets of code. I'm trying to ensure that an inline JavaScript is included on every page of a website that has several thousand pages (of course it was decided not to insert it into an SSI grrr...)
And I'm not sure where to start. Any help or direction would be greatly appreciated.
Thanks! :)
I take it that you have included this JS on some webpages but not others? Would it harm the site if you put it in twice (some JS would just overwrite it).
Doing a Search and replace you can easily add the coding to your website if you have not added the JS to some pages / some folders even?
-Corey
>I take it that you have included this JS on some >webpages but not others? Would it harm the site if >you put it in twice (some JS would just overwrite >it).
The way the JS is setup this would throw an Over Stack Error.
>Doing a Search and replace you can easily add the >coding to your website if you have not added the JS >to some pages / some folders even?
>-Corey
The code has been customized a bit for the pages it's already on so removing it with a find replace would be near impossible.
I may just be up a **** creek without a paddle :p
Thanks for your help though :)