What is the best way to detect urls that have one address in the <a>
tag's href, but another in its body like the following example:

<a 
href="http://123.123.123.123/fraud_uri";>http://amazon.com/official_looking_path</a>

I can write a regexp that looks for an address in the <a> tag's body
that is different than in it's href, but I figured someone else had
already written one.  Can someone point me in the right direction?




-Dan

Reply via email to