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: 14623

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://www.someothercompany.com/">Some Link</a> to: <a href="http://www.ourcompany.com/html/home/exit.asp?http://www.someothercompany.com/">Some ...