Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javascript:
- var imgElemento = document.getElementsByTagName('img');
- for(img in imgElemento)
- {
- if(imgElemento[img].src.search(".gif") != -1)
- {
- imgElemento[img].src = "http://www.natalhost.com.br/templates/natalhost/img/php.png";
- }
- }
- // Por Bruno da Silva
- /// www.ips-team.blogspot.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement