Nov 27, 2000 #1 RussH Technical User Nov 21, 2002 7 US Is it possible to change an image's ALT tag using Javascript and the document model, without having to refresh the page?
Is it possible to change an image's ALT tag using Javascript and the document model, without having to refresh the page?
Nov 27, 2000 #2 jaredn Programmer Sep 1, 1999 1,506 US IE4+ better solution (I think, but I only tested it on IE5.5): <img alt="monkey" id="pat"> <script>pat.alt="donkey"</script> jared@aauser.com Upvote 0 Downvote
IE4+ better solution (I think, but I only tested it on IE5.5): <img alt="monkey" id="pat"> <script>pat.alt="donkey"</script> jared@aauser.com