View Single Post
Old 03-18-2009, 11:57 AM  
GotGauge
Confirmed User
 
Join Date: Nov 2001
Location: USA
Posts: 3,072
Best find & replace tool, for big jobs?

Looking for one that can replace several lines of code in about 5K html pages.
Seen i still had the old seccounter in several of my pages..

Code looks like this ... I just want to chop it out of 5K pages.

<!-- Begin Sexcounter -->
<div style="position:absolute;">
<script language="javascript" type="text/javascript"><!--


sw=screen.width+'x'+screen.height;
bd=screen.colorDepth;
dt=new Date();dt=dt.getTimezoneOffset()/-60;
loc=escape(document.location);
re=escape(parent.document.referrer);re=(re=="undef ined"||re=="")?"bookmark":re;
req="id="+5986+"&loc="+loc+"&re="+re+"&tz="+dt+"&s w="+sw+"&bd="+bd;
document.write('<img width=4 height=4 src="http://cs.sexcounter.com/cs/?'+req+'">');
//--></script>
<noscript><img src="http://cs.sexcounter.com/cs/?id=xxxx" width="4" height="4"></noscript>
</div>
<!-- End Sexcounter -->
__________________


ICQ 22264474
[email protected]
GotGauge is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote