Page is a not externally linkable
thealexangroup - 7:50 pm on Jan 20, 2008 (gmt 0)
will AFR be able to search/replace one line of code for a multi-lined code? example below: replace this: <!--siteid="123"; sitename...one-lined string...//--> with this: <script type="text/javascript"> in order for code to work it cannot be on a one lined string. thanx, alx [edited by: tedster at 8:06 pm (utc) on Jan. 20, 2008]
to steve40,
<!--
naa_siteid="12345678"; naa_sitename="example.com"; naa_test="no";
//-->
</script>
<script type="text/javascript" src="http://aa.somedomainname.com/naa_1x1.js"></script>
" <!-- " AND " //--> " have to be on their own line.
[edit reason] use example.com [/edit]