The results are in! Meet the top members of our 2017 Expert Awards. Congratulations to all who qualified!
<script language="JavaScript">
// THIS IS THE CODE TO CHANGE URL FOR THE CURRENT FRAME
function rpl (){
var imgs = document.getElementsByTagName("img");
for(var i = 0; i < imgs.length; i++) {
var img = imgs[i];
if(img.getAttribute("value") == "openw") {
img.setAttribute("onclick", imgs[i].getAttribute("onclick").replace("https://www.google.com", "http://www.yahoo.com"));
}
}
}
window.onload=rpl;
</script>
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Join the community of 500,000 technology professionals and ask your questions.