can anyone tell me what the code below does, and is it standard actinic
Code:
<script> function change(tag, file) { document.images[tag].src= file;} </script>
Comment