Hello, I would like to find all the URL that contain this html code action=http://www.mydomain.com/mycode.php Google link:http://www.mydomain.com/mycode.php can't find it probably because they are looking for href tag Any idea? Mostar
You can't, At least you can't on google. Google mostly performs searches based on what is visible on the page. So unless you can find a search engine which performs searches on markup it will be impossible. what you could do is look in your server logs and see which sites are sending you traffic. If someone submits a form on a site that sends a query to one of your pages it will show up in your logs as a referrer (at least i think it should).