Hi, i'm looking for a script, that will go through all the html that is under it, and find the specified word.
Example, in the html under, there might be something that says, <img src=http://www.webdeveloper.com/forum/archive/index.php/picture.gif> and I want it to go to <a href=yahoo.com>here</a> instead, using javascript. I've seen a few pages before that have implimented it, and I want to know how it can be done.
Example, in the html under, there might be something that says, <img src=http://www.webdeveloper.com/forum/archive/index.php/picture.gif> and I want it to go to <a href=yahoo.com>here</a> instead, using javascript. I've seen a few pages before that have implimented it, and I want to know how it can be done.