Search found 1 match

by robj
Sat Feb 25, 2006 9:02 pm
Forum: Advanced Find and Replace
Topic: prepend a string on some URL's but not others
Replies: 0
Views: 23075

prepend a string on some URL's but not others

I want to take every link in our website that points to external domain and prepend it with m?

so the source would look like:
<a href="http&#58;//www&#46;someothercompany&#46;com/">Some Link</a>

to:
<a href="http&#58;//www&#46;ourcompany&#46;com/html/home/exit&#46;asp?http&#58;//www&#46 ...