Howdy!
am trying to validate my code which is HTML 4.01 Transitional, but the following piece of Javascript is wrong somehow
<script language="Javascript">
<!--
function image_swap (image) {
document.view1.src=image;
}
//-->
</script>
could someone please help me out?
thanks